We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e146528 commit 4998477Copy full SHA for 4998477
compute/cloud-client/src/test/java/compute/disks/HyperdisksIT.java
@@ -64,6 +64,8 @@ public static void setUp()
64
requireEnvVar("GOOGLE_CLOUD_PROJECT");
65
Util.cleanUpExistingStoragePool("test-storage-", PROJECT_ID, ZONE);
66
Util.cleanUpExistingDisks("test-hyperdisk-enc-", PROJECT_ID, ZONE);
67
+ Util.cleanUpExistingStoragePool("test-storage-", PROJECT_ID, "us-west1-a");
68
+ Util.cleanUpExistingDisks("test-hyperdisk-enc-", PROJECT_ID, "us-west1-a");
69
}
70
71
@AfterAll
0 commit comments