Skip to content

Commit 04a8b57

Browse files
committed
commenting domain home in image tests because of permission issues
1 parent 16d92e7 commit 04a8b57

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
@@ -518,7 +518,7 @@ public void testOperatorRESTUsingCertificateChain() throws Exception {
518518
*
519519
* @throws Exception
520520
*/
521-
@Test
521+
// @Test
522522
public void testDomainInImageUsingWLST() throws Exception {
523523
Assume.assumeFalse(QUICKTEST);
524524
String testMethodName = new Object() {}.getClass().getEnclosingMethod().getName();
@@ -550,7 +550,7 @@ public void testDomainInImageUsingWLST() throws Exception {
550550
*
551551
* @throws Exception
552552
*/
553-
@Test
553+
// @Test
554554
public void testDomainInImageUsingWDT() throws Exception {
555555
Assume.assumeFalse(QUICKTEST);
556556
String testMethodName = new Object() {}.getClass().getEnclosingMethod().getName();

0 commit comments

Comments
 (0)