Skip to content

Commit fa29ce3

Browse files
committed
temp set QUICKTEST=false to run test
1 parent 000dc2f commit fa29ce3

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
@@ -73,6 +73,7 @@ public class ITMonitoringExporter extends BaseTest {
7373
*/
7474
@BeforeClass
7575
public static void staticPrepare() throws Exception {
76+
QUICKTEST = false;
7677
if (!QUICKTEST) {
7778
initialize(APP_PROPS_FILE);
7879
logger.info("Checking if operator and domain are running, if not creating");

0 commit comments

Comments
 (0)