backend-manager 3.2.0 → 3.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/cli/cli.js +4 -4
package/package.json
CHANGED
package/src/cli/cli.js
CHANGED
|
@@ -496,10 +496,10 @@ Main.prototype.setup = async function () {
|
|
|
496
496
|
return !localIndexes_exists || equal
|
|
497
497
|
}, fix_indexesSync);
|
|
498
498
|
|
|
499
|
-
await self.test('add roles/datastore.importExportAdmin', async function () {
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
}, NOFIX);
|
|
499
|
+
// await self.test('add roles/datastore.importExportAdmin', async function () {
|
|
500
|
+
// const result = await cmd_iamImportExport(self).catch(e => e);
|
|
501
|
+
// return !(result instanceof Error);
|
|
502
|
+
// }, NOFIX);
|
|
503
503
|
|
|
504
504
|
await self.test('set storage lifecycle policy', async function () {
|
|
505
505
|
const result = await cmd_setStorageLifecycle(self).catch(e => e);
|