Skip to content

Commit c0f5112

Browse files
committed
added sleep to wait for deletion of prom, grafana1
1 parent f4d0247 commit c0f5112

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1144,7 +1144,7 @@ private static void uninstallPrometheusGrafanaViaChart() throws Exception {
11441144

11451145
logger.info("Uninstalling namespace monitoring ");
11461146
crdCmd = "kubectl delete namespace monitoring";
1147-
TestUtils.exec(crdCmd);
1147+
//TestUtils.exec(crdCmd);
11481148
}
11491149

11501150
/**

0 commit comments

Comments
 (0)