Skip to content

Commit cb841db

Browse files
Sankar Periyathambi NeelakandanSankar Periyathambi Neelakandan
authored andcommitted
comment wdt in image test
1 parent 99d88c2 commit cb841db

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
@@ -469,7 +469,8 @@ public void testDomainInImageUsingWLST() throws Exception {
469469
*/
470470
@Test
471471
public void testDomainInImageUsingWDT() throws Exception {
472-
Assume.assumeTrue(QUICKTEST);
472+
Assume.assumeFalse(QUICKTEST);
473+
473474
String testMethodName = new Object() {}.getClass().getEnclosingMethod().getName();
474475
logTestBegin(testMethodName);
475476

0 commit comments

Comments
 (0)