Skip to content

Commit 420f2c2

Browse files
committed
cleaned domain instance
1 parent c630069 commit 420f2c2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ public class ITMonitoringExporter extends BaseTest {
7575
*/
7676
@BeforeClass
7777
public static void staticPrepare() throws Exception {
78-
QUICKTEST = true;
7978
if (!QUICKTEST) {
8079
initialize(APP_PROPS_FILE);
8180
logger.info("Checking if operator and domain are running, if not creating");
@@ -571,6 +570,9 @@ public void test19_EndToEndViaChart() throws Exception {
571570
logTestBegin(testMethodName);
572571
boolean testCompletedSuccessfully = false;
573572
try {
573+
if (domain != null) {
574+
domain.destroy();
575+
}
574576
setupPVMYSQL();
575577
createWLSImageAndDeploy();
576578
installPrometheusGrafanaViaChart();

0 commit comments

Comments
 (0)