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 {
518
518
*
519
519
* @throws Exception
520
520
*/
521
- @ Test
521
+ // @Test
522
522
public void testDomainInImageUsingWLST () throws Exception {
523
523
Assume .assumeFalse (QUICKTEST );
524
524
String testMethodName = new Object () {}.getClass ().getEnclosingMethod ().getName ();
@@ -550,7 +550,7 @@ public void testDomainInImageUsingWLST() throws Exception {
550
550
*
551
551
* @throws Exception
552
552
*/
553
- @ Test
553
+ // @Test
554
554
public void testDomainInImageUsingWDT () throws Exception {
555
555
Assume .assumeFalse (QUICKTEST );
556
556
String testMethodName = new Object () {}.getClass ().getEnclosingMethod ().getName ();
You can’t perform that action at this time.
0 commit comments