Skip to content

Commit ceeda43

Browse files
authored
Fix ITComputeTest (#3348)
@ignore failing Compute integration tests and close #3312
1 parent 368ed32 commit ceeda43

File tree

1 file changed

+2
-0
lines changed
  • google-cloud-clients/google-cloud-compute/src/test/java/com/google/cloud/compute/deprecated/it

1 file changed

+2
-0
lines changed

google-cloud-clients/google-cloud-compute/src/test/java/com/google/cloud/compute/deprecated/it/ITComputeTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ public void testListDiskTypesWithFilter() {
199199
}
200200
}
201201

202+
@Ignore("Aggregate list method returns region scope instead of zone scope #3312")
202203
@Test
203204
public void testAggregatedListDiskTypes() {
204205
Page<DiskType> diskPage = compute.listDiskTypes();
@@ -215,6 +216,7 @@ public void testAggregatedListDiskTypes() {
215216
}
216217
}
217218

219+
@Ignore("Aggregate list method returns region scope instead of zone scope #3312")
218220
@Test
219221
public void testAggregatedListDiskTypesWithFilter() {
220222
Page<DiskType> diskPage = compute.listDiskTypes(Compute.DiskTypeAggregatedListOption.filter(

0 commit comments

Comments
 (0)