Skip to content

Commit 243b94b

Browse files
Ignore test until issue is resolved
GoogleCloudPlatform#10082
1 parent fd86f71 commit 243b94b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

+2
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("TODO: remove after resolving https://github.com/GoogleCloudPlatform/java-docs-samples/issues/10082")
9092
@Test
9193
public void testQuickstart() throws Exception {
9294
String member = "serviceAccount:" + serviceAccountEmail;

0 commit comments

Comments
 (0)