Skip to content

Commit f1d2252

Browse files
committed
Ignoring the failing test (issue GoogleCloudPlatform#10023)
1 parent fd9fb02 commit f1d2252

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

auth/src/test/java/com/google/cloud/auth/samples/AuthExampleIT.java

+3-2
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
import java.io.IOException;
2626
import java.io.PrintStream;
2727
import org.junit.Before;
28+
import org.junit.Ignore;
2829
import org.junit.Test;
2930
import org.junit.runner.RunWith;
3031
import org.junit.runners.JUnit4;
@@ -60,8 +61,8 @@ public void testAuthExplicitNoPath() throws IOException {
6061
assertTrue(output.contains("Buckets:"));
6162
}
6263

63-
// Disabling the test temporarily while ldetmer is working on it.
64-
// @Test
64+
@Ignore("Temporarily disabled due to failing test (Issue #10023).")
65+
@Test
6566
public void testAuthApiKey() throws IOException, IllegalStateException {
6667
String projectId = ServiceOptions.getDefaultProjectId();
6768
String keyDisplayName = "Test API Key";

0 commit comments

Comments
 (0)