We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd9fb02 commit f1d2252Copy full SHA for f1d2252
auth/src/test/java/com/google/cloud/auth/samples/AuthExampleIT.java
@@ -25,6 +25,7 @@
25
import java.io.IOException;
26
import java.io.PrintStream;
27
import org.junit.Before;
28
+import org.junit.Ignore;
29
import org.junit.Test;
30
import org.junit.runner.RunWith;
31
import org.junit.runners.JUnit4;
@@ -60,8 +61,8 @@ public void testAuthExplicitNoPath() throws IOException {
60
61
assertTrue(output.contains("Buckets:"));
62
}
63
- // Disabling the test temporarily while ldetmer is working on it.
64
- // @Test
+ @Ignore("Temporarily disabled due to failing test (Issue #10023).")
65
+ @Test
66
public void testAuthApiKey() throws IOException, IllegalStateException {
67
String projectId = ServiceOptions.getDefaultProjectId();
68
String keyDisplayName = "Test API Key";
0 commit comments