3232import org .junit .FixMethodOrder ;
3333import org .junit .jupiter .api .AfterAll ;
3434import org .junit .jupiter .api .BeforeAll ;
35- import org .junit .jupiter .api .Disabled ;
3635import org .junit .jupiter .api .Test ;
3736import org .junit .jupiter .api .Timeout ;
3837import 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