Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ public void testListDiskTypesWithFilter() {
}
}

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

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