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 @@ -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" );
@@ -343,7 +343,7 @@ public void testCreateDomainWithDefaultValuesInSampleInputs() throws Exception {
343
343
*/
344
344
@ Test
345
345
public void testAutoAndCustomSitConfigOverrides () throws Exception {
346
- // Assume.assumeFalse(QUICKTEST);
346
+ Assume .assumeFalse (QUICKTEST );
347
347
String testMethod = new Object () {}.getClass ().getEnclosingMethod ().getName ();
348
348
logTestBegin (testMethod );
349
349
You can’t perform that action at this time.
0 commit comments