You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe authors of this repo is currently excluding this test case, so resolving its flakiness seems unnecessary.
Also, the same goes to
JsrWebSocketServer08Test#testErrorHandling
JsrWebSocketServer13Test#testErrorHandling
where both of the test classes extend JsrWebSocketServer07Test without overriding testErrorHandling
The text was updated successfully, but these errors were encountered:
In JsrWebSocketServer07Test, the method testErrorHandling is not marked with @org.junit.Test. Instead, there's a line of comment on top:
https://github.com/undertow-io/undertow/blob/b44a1c3a52da8f9a57bbdaa989c5ac18d2f03e38/websockets-jsr/src/test/java/io/undertow/websockets/jsr/test/JsrWebSocketServer07Test.java#L647
I believe authors of this repo is currently excluding this test case, so resolving its flakiness seems unnecessary.
Also, the same goes to
JsrWebSocketServer08Test#testErrorHandling
JsrWebSocketServer13Test#testErrorHandling
where both of the test classes extend JsrWebSocketServer07Test without overriding testErrorHandling
The text was updated successfully, but these errors were encountered: