We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99d88c2 commit cb841dbCopy full SHA for cb841db
integration-tests/src/test/java/oracle/kubernetes/operator/ITOperator.java
@@ -469,7 +469,8 @@ public void testDomainInImageUsingWLST() throws Exception {
469
*/
470
@Test
471
public void testDomainInImageUsingWDT() throws Exception {
472
- Assume.assumeTrue(QUICKTEST);
+ Assume.assumeFalse(QUICKTEST);
473
+
474
String testMethodName = new Object() {}.getClass().getEnclosingMethod().getName();
475
logTestBegin(testMethodName);
476
0 commit comments