File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
integration-tests/src/test/java/oracle/kubernetes/operator Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -139,6 +139,7 @@ public static void staticUnPrepare() throws Exception {
139
139
*/
140
140
@ Test
141
141
public void testDomainOnPVUsingWLST () throws Exception {
142
+ Assume .assumeFalse (QUICKTEST );
142
143
String testMethodName = new Object () {}.getClass ().getEnclosingMethod ().getName ();
143
144
logTestBegin (testMethodName );
144
145
logger .info ("Creating Operator & waiting for the script to complete execution" );
@@ -520,7 +521,7 @@ public void testOperatorRESTUsingCertificateChain() throws Exception {
520
521
*/
521
522
@ Test
522
523
public void testDomainInImageUsingWLST () throws Exception {
523
- Assume .assumeFalse (QUICKTEST );
524
+ // Assume.assumeFalse(QUICKTEST);
524
525
String testMethodName = new Object () {}.getClass ().getEnclosingMethod ().getName ();
525
526
logTestBegin (testMethodName );
526
527
You can’t perform that action at this time.
0 commit comments