Skip to content

Commit 3e9aaa4

Browse files
Fixed region
1 parent 11379e7 commit 3e9aaa4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compute/cloud-client/src/test/java/compute/disks/HyperdisksIT.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ public static void setUp()
6262
throws IOException, ExecutionException, InterruptedException, TimeoutException {
6363
requireEnvVar("GOOGLE_APPLICATION_CREDENTIALS");
6464
requireEnvVar("GOOGLE_CLOUD_PROJECT");
65+
Util.cleanUpExistingStoragePool("test-storage-", PROJECT_ID, ZONE);
66+
Util.cleanUpExistingDisks("test-hyperdisk-enc-", PROJECT_ID, ZONE);
6567
}
6668

6769
@AfterAll
@@ -72,8 +74,6 @@ public static void cleanup()
7274
DeleteDisk.deleteDisk(PROJECT_ID, ZONE, HYPERDISK_IN_POOL_NAME);
7375

7476
Util.deleteStoragePool(PROJECT_ID, ZONE, STORAGE_POOL_NAME);
75-
Util.cleanUpExistingStoragePool("test-storage-", PROJECT_ID, ZONE);
76-
Util.cleanUpExistingDisks("test-hyperdisk-enc-", PROJECT_ID, ZONE);
7777
}
7878

7979
@Test

0 commit comments

Comments
 (0)