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 000dc2f commit fa29ce3Copy full SHA for fa29ce3
integration-tests/src/test/java/oracle/kubernetes/operator/ITMonitoringExporter.java
@@ -73,6 +73,7 @@ public class ITMonitoringExporter extends BaseTest {
73
*/
74
@BeforeClass
75
public static void staticPrepare() throws Exception {
76
+ QUICKTEST = false;
77
if (!QUICKTEST) {
78
initialize(APP_PROPS_FILE);
79
logger.info("Checking if operator and domain are running, if not creating");
0 commit comments