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 c630069 commit 420f2c2Copy full SHA for 420f2c2
integration-tests/src/test/java/oracle/kubernetes/operator/ITMonitoringExporter.java
@@ -75,7 +75,6 @@ public class ITMonitoringExporter extends BaseTest {
75
*/
76
@BeforeClass
77
public static void staticPrepare() throws Exception {
78
- QUICKTEST = true;
79
if (!QUICKTEST) {
80
initialize(APP_PROPS_FILE);
81
logger.info("Checking if operator and domain are running, if not creating");
@@ -571,6 +570,9 @@ public void test19_EndToEndViaChart() throws Exception {
571
570
logTestBegin(testMethodName);
572
boolean testCompletedSuccessfully = false;
573
try {
+ if (domain != null) {
574
+ domain.destroy();
575
+ }
576
setupPVMYSQL();
577
createWLSImageAndDeploy();
578
installPrometheusGrafanaViaChart();
0 commit comments