Skip to content

Commit bc16439

Browse files
committed
added remove prom,grafana method part1
1 parent f0d8d1c commit bc16439

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
@@ -116,8 +116,8 @@ public static void staticUnPrepare() throws Exception {
116116
if (operator != null) {
117117
operator.destroy();
118118
}
119-
tearDown(new Object() {}.getClass().getEnclosingClass().getSimpleName());
120119
deletePrometheusGrafana();
120+
tearDown(new Object() {}.getClass().getEnclosingClass().getSimpleName());
121121
logger.info("SUCCESS");
122122
}
123123
}

0 commit comments

Comments
 (0)