Skip to content

Commit 939720f

Browse files
authored
Merge pull request #1191 from oracle/owls-76364
PR: owls-76364 comment out the failing test
2 parents 0ce2506 + 19b2c24 commit 939720f

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
@@ -211,7 +211,7 @@ public void testServerPodsRestartByChangingIncludeServerOutInPodLog() throws Exc
211211
*
212212
* @throws Exception exception
213213
*/
214-
@Test
214+
//@Test
215215
public void testServerPodsRestartByChangingZImage() throws Exception {
216216
Assume.assumeFalse(QUICKTEST);
217217
String testMethodName = new Object() {}.getClass().getEnclosingMethod().getName();

0 commit comments

Comments
 (0)