Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ public static void setUp() throws Exception {
@AfterClass
public static void tearDown() throws Exception {
server.stopServer(
"CWWKN0005W", // JNDI copes with race conditions between multiple components registering namespaces by letting the first thread win and throwing this message.
"CWWKC1101E.*scheduled-executor-without-app-context", // tests lack of context from scheduled executor thread
"CWWKE1205E" // test case intentionally causes startTimeout to be exceeded
);
Expand Down