3232import org .junit .FixMethodOrder ;
3333import org .junit .jupiter .api .AfterAll ;
3434import org .junit .jupiter .api .BeforeAll ;
35+ import org .junit .jupiter .api .Disabled ;
3536import org .junit .jupiter .api .Test ;
3637import org .junit .jupiter .api .Timeout ;
3738import org .junit .runner .RunWith ;
@@ -72,11 +73,12 @@ public static void cleanup()
7273 throws IOException , InterruptedException , ExecutionException , TimeoutException {
7374 // Delete all disks created for testing.
7475 DeleteDisk .deleteDisk (PROJECT_ID , ZONE , HYPERDISK_NAME );
75- DeleteDisk .deleteDisk (PROJECT_ID , ZONE , HYPERDISK_IN_POOL_NAME );
76+ // DeleteDisk.deleteDisk(PROJECT_ID, ZONE, HYPERDISK_IN_POOL_NAME);
7677
77- Util .deleteStoragePool (PROJECT_ID , ZONE , STORAGE_POOL_NAME );
78+ // Util.deleteStoragePool(PROJECT_ID, ZONE, STORAGE_POOL_NAME);
7879 }
7980
81+ @ Disabled
8082 @ Test
8183 public void stage1_CreateHyperdiskTest ()
8284 throws IOException , ExecutionException , InterruptedException , TimeoutException {
@@ -95,6 +97,7 @@ public void stage1_CreateHyperdiskTest()
9597 Assert .assertTrue (hyperdisk .getZone ().contains (ZONE ));
9698 }
9799
100+ @ Disabled
98101 @ Test
99102 public void stage1_CreateHyperdiskStoragePoolTest ()
100103 throws IOException , ExecutionException , InterruptedException , TimeoutException {
0 commit comments