We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b00ec93 commit be5c438Copy full SHA for be5c438
integration-tests/src/test/java/oracle/kubernetes/operator/ItMonitoringExporter.java
@@ -824,7 +824,6 @@ public void test19_EndToEndViaChart() throws Exception {
824
installPrometheusGrafanaViaChart();
825
fireAlert();
826
} finally {
827
- /*
828
uninstallWebHookPrometheusGrafanaViaChart();
829
uninstallMySQL();
830
@@ -836,8 +835,6 @@ public void test19_EndToEndViaChart() throws Exception {
836
835
if (operator1 != null) {
837
operator1.destroy();
838
}
839
- */
840
-
841
842
testCompletedSuccessfully = true;
843
logger.info("SUCCESS - " + testMethodName);
0 commit comments