Skip to content

Commit cdde985

Browse files
committed
Remove the success message logging
1 parent 292c404 commit cdde985

File tree

1 file changed

+0
-1
lines changed
  • integration-tests/src/test/java/oracle/kubernetes/operator

1 file changed

+0
-1
lines changed

integration-tests/src/test/java/oracle/kubernetes/operator/SitConfig.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,6 @@ protected void testOverrideJdbcResourceWithNewSecret(String testMethod) throws E
453453
+ JDBC_URL
454454
+ "'");
455455
assertResult(result);
456-
logger.log(Level.INFO, "SUCCESS - {0}", testMethod);
457456
} finally {
458457
copySitConfigFiles(files, "test-secrets");
459458
recreateConfigMapandRestart("test-secrets-new", "test-secrets");

0 commit comments

Comments
 (0)