Skip to content

Commit fd9fb02

Browse files
committed
Disabling the test temporarily while ldetmer is working on it.
1 parent b3ca58f commit fd9fb02

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ public void testAuthExplicitNoPath() throws IOException {
6060
assertTrue(output.contains("Buckets:"));
6161
}
6262

63-
@Test
63+
// Disabling the test temporarily while ldetmer is working on it.
64+
// @Test
6465
public void testAuthApiKey() throws IOException, IllegalStateException {
6566
String projectId = ServiceOptions.getDefaultProjectId();
6667
String keyDisplayName = "Test API Key";

0 commit comments

Comments
 (0)