Skip to content

Commit 45fa016

Browse files
authored
chore: Disable ITPaginationTest.testPaginationIterating (googleapis#11760)
Found in googleapis#11759
1 parent afc6de4 commit 45fa016

File tree

1 file changed

+2
-0
lines changed
  • java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/integration

1 file changed

+2
-0
lines changed

java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/integration/ITPaginationTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
import org.junit.AfterClass;
3131
import org.junit.Assert;
3232
import org.junit.BeforeClass;
33+
import org.junit.Ignore;
3334
import org.junit.Test;
3435

3536
public class ITPaginationTest extends BaseTest {
@@ -111,6 +112,7 @@ public void testPaginationNextToken() {
111112
Lists.newArrayList(Iterables.transform(nextPageWithToken.getValues(), Zone::getName)));
112113
}
113114

115+
@Ignore(value = "https://github.com/googleapis/google-cloud-java/issues/11759")
114116
@Test
115117
public void testPaginationIterating() {
116118
ListZonesRequest listZonesRequest =

0 commit comments

Comments
 (0)