File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
compute/cloud-client/src/test/java/compute/disks Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 3535import compute .disks .consistencygroup .CreateDiskConsistencyGroup ;
3636import compute .disks .consistencygroup .DeleteDiskConsistencyGroup ;
3737import compute .disks .consistencygroup .RemoveDiskFromConsistencyGroup ;
38+ import org .junit .jupiter .api .Disabled ;
3839import org .junit .jupiter .api .Test ;
3940import org .junit .jupiter .api .Timeout ;
4041import org .junit .runner .RunWith ;
4142import org .junit .runners .JUnit4 ;
4243import org .mockito .MockedStatic ;
4344
4445@ RunWith (JUnit4 .class )
45- @ Timeout (value = 60 )
46+ @ Timeout (value = 10 )
4647public class ConsistencyGroupIT {
4748 private static final String PROJECT_ID = "project-id" ;
4849 private static final String REGION = "asia-east1" ;
4950 private static final String CONSISTENCY_GROUP_NAME = "consistency-group" ;
5051 private static final String DISK_NAME = "disk-for-consistency" ;
5152
53+ @ Disabled
5254 @ Test
5355 public void testCreateDiskConsistencyGroupResourcePolicy () throws Exception {
5456 try (MockedStatic <ResourcePoliciesClient > mockedResourcePoliciesClient =
You can’t perform that action at this time.
0 commit comments