Skip to content

Commit c630069

Browse files
committed
added QUITEST=true for debug in jen
1 parent b9f4a16 commit c630069

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ public class ITMonitoringExporter extends BaseTest {
7575
*/
7676
@BeforeClass
7777
public static void staticPrepare() throws Exception {
78+
QUICKTEST = true;
7879
if (!QUICKTEST) {
7980
initialize(APP_PROPS_FILE);
8081
logger.info("Checking if operator and domain are running, if not creating");

0 commit comments

Comments
 (0)