Skip to content

Commit 426a267

Browse files
authored
Merge pull request #31987 from WhiteCat22/SimpleSSLMultipleServerTest_build_break
ignore expected SSLHandshakeException in SimpleSSLMultipleServersTest
2 parents 6a6edf6 + 9d59bd2 commit 426a267

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev/com.ibm.ws.jaxrs.2.0.client_fat/fat/src/com/ibm/ws/jaxrs20/client/fat/test/SimpleSSLMultipleServersTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
* Copyright (c) 2022 IBM Corporation and others.
2+
* Copyright (c) 2022, 2025 IBM Corporation and others.
33
* All rights reserved. This program and the accompanying materials
44
* are made available under the terms of the Eclipse Public License 2.0
55
* which accompanies this distribution, and is available at
@@ -78,7 +78,7 @@ public static void teardown() throws Exception {
7878
server.stopServer("CWWKE1102W"); //ignore server quiesce timeouts due to slow test machines
7979
}
8080
if (server2 != null) {
81-
server2.stopServer("CWWKE1102W"); //ignore server quiesce timeouts due to slow test machines
81+
server2.stopServer("CWWKE1102W", "CWWKO0801E"); //ignore server quiesce timeouts due to slow test machines
8282
}
8383
}
8484

0 commit comments

Comments
 (0)