File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
integration-tests/src/test/java/oracle/kubernetes/operator Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ public static void staticUnPrepare() throws Exception {
74
74
*/
75
75
@ Test
76
76
public void testDomainOnPVUsingWLST () throws Exception {
77
- Assume . assumeFalse ( QUICKTEST );
77
+
78
78
String testMethodName = new Object () {}.getClass ().getEnclosingMethod ().getName ();
79
79
logTestBegin (testMethodName );
80
80
logger .info ("Creating Operator & waiting for the script to complete execution" );
@@ -239,7 +239,7 @@ public void testTwoDomainsManagedByTwoOperators() throws Exception {
239
239
*/
240
240
@ Test
241
241
public void testCreateDomainWithStartPolicyAdminOnly () throws Exception {
242
- // Assume.assumeFalse(QUICKTEST);
242
+ Assume .assumeFalse (QUICKTEST );
243
243
String testMethodName = new Object () {}.getClass ().getEnclosingMethod ().getName ();
244
244
logTestBegin (testMethodName );
245
245
logger .info ("Checking if operator1 is running, if not creating" );
You can’t perform that action at this time.
0 commit comments