Skip to content

Commit cef06ab

Browse files
Enabled tests
1 parent d810b7e commit cef06ab

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

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

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
import org.junit.FixMethodOrder;
3333
import org.junit.jupiter.api.AfterAll;
3434
import org.junit.jupiter.api.BeforeAll;
35-
import org.junit.jupiter.api.Disabled;
3635
import org.junit.jupiter.api.Test;
3736
import org.junit.jupiter.api.Timeout;
3837
import org.junit.runner.RunWith;
@@ -73,9 +72,9 @@ public static void cleanup()
7372
throws IOException, InterruptedException, ExecutionException, TimeoutException {
7473
// Delete all disks created for testing.
7574
DeleteDisk.deleteDisk(PROJECT_ID, ZONE, HYPERDISK_NAME);
76-
//DeleteDisk.deleteDisk(PROJECT_ID, ZONE, HYPERDISK_IN_POOL_NAME);
75+
DeleteDisk.deleteDisk(PROJECT_ID, ZONE, HYPERDISK_IN_POOL_NAME);
7776

78-
//Util.deleteStoragePool(PROJECT_ID, ZONE, STORAGE_POOL_NAME);
77+
Util.deleteStoragePool(PROJECT_ID, ZONE, STORAGE_POOL_NAME);
7978
}
8079

8180
@Test
@@ -96,7 +95,6 @@ public void stage1_CreateHyperdiskTest()
9695
Assert.assertTrue(hyperdisk.getZone().contains(ZONE));
9796
}
9897

99-
@Disabled
10098
@Test
10199
public void stage1_CreateHyperdiskStoragePoolTest()
102100
throws IOException, ExecutionException, InterruptedException, TimeoutException {
@@ -118,7 +116,6 @@ public void stage1_CreateHyperdiskStoragePoolTest()
118116
Assert.assertTrue(storagePool.getZone().contains(ZONE));
119117
}
120118

121-
@Disabled
122119
@Test
123120
public void stage2_CreateHyperdiskStoragePoolTest()
124121
throws IOException, ExecutionException, InterruptedException, TimeoutException {

0 commit comments

Comments
 (0)