Skip to content

Commit 3f52515

Browse files
authored
---
yaml --- r: 9807 b: refs/heads/mrschmidt-options c: ceeda43 h: refs/heads/master i: 9805: e135465 9803: 8424e58 9799: b48b2c1 9791: 689e741
1 parent 37486a1 commit 3f52515

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

  • branches/mrschmidt-options/google-cloud-clients/google-cloud-compute/src/test/java/com/google/cloud/compute/deprecated/it

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ refs/tags/v0.45.0: 4b4eb52d0823f5335cb8acf54a88bae199e013ae
9595
refs/tags/v0.46.0: 40dfc83a11b2cf2c21bf0f5a7b1e47087cbf0259
9696
refs/tags/0.47.0: 2e8688416bcae6150c0fa59936103554dbbe3821
9797
refs/heads/mrschmidt-core-timestamps: 19c1eca95467e588c21378cae2b136d14973d532
98-
refs/heads/mrschmidt-options: 368ed32de08891c21b446afb8a3503327b06c1e5
98+
refs/heads/mrschmidt-options: ceeda4331252649b5991802b0bf9e83c62499f8f
9999
refs/heads/mrschmidt-timestamps: 1d1a2c248168fed01a3a03bd5907f40667f53ae0
100100
refs/tags/v0.48.0: 94a4b5648607953030555908d301c57e79c5afca
101101
refs/tags/v0.49.0: 6f75996bb3386bd4dac3d796497b10d24507ccd3

branches/mrschmidt-options/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)