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 b9f4a16 commit c630069Copy full SHA for c630069
integration-tests/src/test/java/oracle/kubernetes/operator/ITMonitoringExporter.java
@@ -75,6 +75,7 @@ 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");
0 commit comments