Skip to content

Commit 390f008

Browse files
committed
more tests to skip
1 parent 1163b80 commit 390f008

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

iam/snippets/src/test/java/QuickstartTests.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
import org.junit.After;
3333
import org.junit.Before;
3434
import org.junit.BeforeClass;
35+
import org.junit.Ignore;
3536
import org.junit.Test;
3637
import org.junit.runner.RunWith;
3738
import org.junit.runners.JUnit4;
@@ -87,6 +88,7 @@ public void tearDown() throws IOException {
8788
}
8889
}
8990

91+
@Ignore("issue #10041")
9092
@Test
9193
public void testQuickstart() throws Exception {
9294
String member = "serviceAccount:" + serviceAccountEmail;

0 commit comments

Comments
 (0)