File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
auth/src/test/java/com/google/cloud/auth/samples Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -61,12 +61,10 @@ public void testAuthExplicitNoPath() throws IOException {
6161 assertTrue (output .contains ("Buckets:" ));
6262 }
6363
64- @ Ignore ("Temporarily disabled due to failing test (Issue #10023)." )
6564 @ Test
6665 public void testAuthApiKey () throws IOException , IllegalStateException {
67- //TODO: Re-enable this test after fixing issue #10023.
6866 String projectId = ServiceOptions .getDefaultProjectId ();
69- String keyDisplayName = "Test API Key" ;
67+ String keyDisplayName = "Test API Key " + System . currentTimeMillis (); ;
7068 String service = "language.googleapis.com" ;
7169 String method = "google.cloud.language.v2.LanguageService.AnalyzeSentiment" ;
7270 Key apiKey = null ;
You can’t perform that action at this time.
0 commit comments