Skip to content

Commit 2dec3ac

Browse files
committed
commented the sit config test in ITOperator
Signed-off-by: sankar <[email protected]>
1 parent c98ad6a commit 2dec3ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ public void testCreateDomainWithDefaultValuesInSampleInputs() throws Exception {
400400
*
401401
* @throws Exception
402402
*/
403-
@Test
403+
//@Test
404404
public void testAutoAndCustomSitConfigOverrides() throws Exception {
405405
Assume.assumeFalse(QUICKTEST);
406406
String testMethod = new Object() {}.getClass().getEnclosingMethod().getName();

0 commit comments

Comments
 (0)