File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
compute/cloud-client/src/test/java/compute/disks Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 4444@ TestMethodOrder (MethodOrderer .OrderAnnotation .class )
4545public class HyperdisksIT {
4646 private static final String PROJECT_ID = System .getenv ("GOOGLE_CLOUD_PROJECT" );
47- private static final String ZONE = "us-central1 -a" ;
47+ private static final String ZONE = "us-west1 -a" ;
4848 private static final String HYPERDISK_NAME = "test-hyperdisk-enc-" + UUID .randomUUID ();
4949 private static final String HYPERDISK_IN_POOL_NAME = "test-hyperdisk-enc-" + UUID .randomUUID ();
5050 private static final String STORAGE_POOL_NAME = "test-storage-pool-enc-" + UUID .randomUUID ();
@@ -64,8 +64,6 @@ public static void setUp()
6464 requireEnvVar ("GOOGLE_CLOUD_PROJECT" );
6565 Util .cleanUpExistingStoragePool ("ttest-storage-pool-enc-" , PROJECT_ID , ZONE );
6666 Util .cleanUpExistingDisks ("test-hyperdisk-enc-" , PROJECT_ID , ZONE );
67- Util .cleanUpExistingStoragePool ("test-storage-pool-enc-" , PROJECT_ID , "us-west1-a" );
68- Util .cleanUpExistingDisks ("test-hyperdisk-enc-" , PROJECT_ID , "us-west1-a" );
6967 }
7068
7169 @ AfterAll
You can’t perform that action at this time.
0 commit comments