Skip to content

Commit 9be6e72

Browse files
committed
test testCreateDomainWithStartPolicyAdminOnly
1 parent 5a90b66 commit 9be6e72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

integration-tests/src/test/java/oracle/kubernetes/operator/ITOperator.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ public void testTwoDomainsManagedByTwoOperators() throws Exception {
239239
*/
240240
@Test
241241
public void testCreateDomainWithStartPolicyAdminOnly() throws Exception {
242-
Assume.assumeFalse(QUICKTEST);
242+
// Assume.assumeFalse(QUICKTEST);
243243
String testMethodName = new Object() {}.getClass().getEnclosingMethod().getName();
244244
logTestBegin(testMethodName);
245245
logger.info("Checking if operator1 is running, if not creating");
@@ -343,7 +343,7 @@ public void testCreateDomainWithDefaultValuesInSampleInputs() throws Exception {
343343
*/
344344
@Test
345345
public void testAutoAndCustomSitConfigOverrides() throws Exception {
346-
// Assume.assumeFalse(QUICKTEST);
346+
Assume.assumeFalse(QUICKTEST);
347347
String testMethod = new Object() {}.getClass().getEnclosingMethod().getName();
348348
logTestBegin(testMethod);
349349

0 commit comments

Comments
 (0)