Skip to content

Commit 69e18fc

Browse files
committed
comment out ignoreSession test due https://jira.oraclecorp.com/jira/browse/OWLS-75023
1 parent 3116370 commit 69e18fc

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,8 @@ public void testAddShutdownOptionsToDomain() throws Exception {
206206
*
207207
* @throws Exception when domain.yaml cannot be read or modified
208208
*/
209-
@Test
209+
// commenting out due OWLS-75023
210+
// @Test
210211
public void testAddShutdownOptionsToMSIgnoreSessions() throws Exception {
211212

212213
Assume.assumeFalse(QUICKTEST);
@@ -248,7 +249,8 @@ public void testAddShutdownOptionsToMSIgnoreSessions() throws Exception {
248249
logger.info(
249250
" Termination time with ignoreSessions=true :" + terminationTimeWithIgnoreSessionTrue);
250251

251-
if (terminationTimeWithIgnoreSessionFalse < terminationTimeWithIgnoreSessionTrue) {
252+
if (terminationTimeWithIgnoreSessionFalse - (50 * 1000)
253+
< terminationTimeWithIgnoreSessionTrue) {
252254
logger.info("FAILURE: did not ignore opened sessions during shutdown");
253255
throw new Exception("FAILURE: did not ignore opened sessions during shutdown");
254256
}

0 commit comments

Comments
 (0)