Skip to content

Commit 29e0e22

Browse files
committed
fix quicktest
1 parent 3684926 commit 29e0e22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public static void staticUnPrepare() throws Exception {
7474
*/
7575
@Test
7676
public void testDomainOnPVUsingWLST() throws Exception {
77-
Assume.assumeFalse(QUICKTEST);
77+
7878
String testMethodName = new Object() {}.getClass().getEnclosingMethod().getName();
7979
logTestBegin(testMethodName);
8080
logger.info("Creating Operator & waiting for the script to complete execution");
@@ -239,7 +239,7 @@ public void testTwoDomainsManagedByTwoOperators() throws Exception {
239239
*/
240240
@Test
241241
public void testCreateDomainWithStartPolicyAdminOnly() throws Exception {
242-
// Assume.assumeFalse(QUICKTEST);
242+
Assume.assumeFalse(QUICKTEST);
243243
String testMethodName = new Object() {}.getClass().getEnclosingMethod().getName();
244244
logTestBegin(testMethodName);
245245
logger.info("Checking if operator1 is running, if not creating");

0 commit comments

Comments
 (0)