Skip to content

Commit ef45963

Browse files
committed
testing domain home in image tests
1 parent 1a7ed84 commit ef45963

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ public static void staticUnPrepare() throws Exception {
139139
*/
140140
@Test
141141
public void testDomainOnPVUsingWLST() throws Exception {
142+
Assume.assumeFalse(QUICKTEST);
142143
String testMethodName = new Object() {}.getClass().getEnclosingMethod().getName();
143144
logTestBegin(testMethodName);
144145
logger.info("Creating Operator & waiting for the script to complete execution");
@@ -520,7 +521,7 @@ public void testOperatorRESTUsingCertificateChain() throws Exception {
520521
*/
521522
@Test
522523
public void testDomainInImageUsingWLST() throws Exception {
523-
Assume.assumeFalse(QUICKTEST);
524+
// Assume.assumeFalse(QUICKTEST);
524525
String testMethodName = new Object() {}.getClass().getEnclosingMethod().getName();
525526
logTestBegin(testMethodName);
526527

0 commit comments

Comments
 (0)