Skip to content

Commit be5c438

Browse files
committed
uncommented final
1 parent b00ec93 commit be5c438

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -824,7 +824,6 @@ public void test19_EndToEndViaChart() throws Exception {
824824
installPrometheusGrafanaViaChart();
825825
fireAlert();
826826
} finally {
827-
/*
828827
uninstallWebHookPrometheusGrafanaViaChart();
829828
uninstallMySQL();
830829

@@ -836,8 +835,6 @@ public void test19_EndToEndViaChart() throws Exception {
836835
if (operator1 != null) {
837836
operator1.destroy();
838837
}
839-
*/
840-
841838
}
842839
testCompletedSuccessfully = true;
843840
logger.info("SUCCESS - " + testMethodName);

0 commit comments

Comments
 (0)