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 f0d8d1c commit bc16439Copy full SHA for bc16439
integration-tests/src/test/java/oracle/kubernetes/operator/ITMonitoringExporter.java
@@ -116,8 +116,8 @@ public static void staticUnPrepare() throws Exception {
116
if (operator != null) {
117
operator.destroy();
118
}
119
- tearDown(new Object() {}.getClass().getEnclosingClass().getSimpleName());
120
deletePrometheusGrafana();
+ tearDown(new Object() {}.getClass().getEnclosingClass().getSimpleName());
121
logger.info("SUCCESS");
122
123
0 commit comments