Skip to content

Commit 8f8d029

Browse files
committed
keep method testMsRestartVersion commented out
1 parent 18a9b15 commit 8f8d029

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ public void testClusterRestartVersion() throws Exception {
493493
* @throws Exception when domain.yaml cannot be read or modified to include the
494494
* restartVersion:v1.1
495495
*/
496-
@Test
496+
//@Test
497497
public void testMsRestartVersion() throws Exception {
498498
Assume.assumeFalse(QUICKTEST);
499499
String testMethodName = new Object() {}.getClass().getEnclosingMethod().getName();

0 commit comments

Comments
 (0)