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 @@ -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 ();
You can’t perform that action at this time.
0 commit comments