File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
integration-tests/src/test/java/oracle/kubernetes/operator Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -206,7 +206,8 @@ public void testAddShutdownOptionsToDomain() throws Exception {
206
206
*
207
207
* @throws Exception when domain.yaml cannot be read or modified
208
208
*/
209
- @ Test
209
+ // commenting out due OWLS-75023
210
+ // @Test
210
211
public void testAddShutdownOptionsToMSIgnoreSessions () throws Exception {
211
212
212
213
Assume .assumeFalse (QUICKTEST );
@@ -248,7 +249,8 @@ public void testAddShutdownOptionsToMSIgnoreSessions() throws Exception {
248
249
logger .info (
249
250
" Termination time with ignoreSessions=true :" + terminationTimeWithIgnoreSessionTrue );
250
251
251
- if (terminationTimeWithIgnoreSessionFalse < terminationTimeWithIgnoreSessionTrue ) {
252
+ if (terminationTimeWithIgnoreSessionFalse - (50 * 1000 )
253
+ < terminationTimeWithIgnoreSessionTrue ) {
252
254
logger .info ("FAILURE: did not ignore opened sessions during shutdown" );
253
255
throw new Exception ("FAILURE: did not ignore opened sessions during shutdown" );
254
256
}
You can’t perform that action at this time.
0 commit comments