Skip to content

Commit

Permalink
Merge pull request quarkusio#10547 from stuartwdouglas/6911
Browse files Browse the repository at this point in the history
Re-enable WebsocketTestCase.testSendMessageOnOpen
  • Loading branch information
gsmet authored Jul 8, 2020
2 parents 91015de + a246f61 commit 6b5b582
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
import javax.websocket.Session;

import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;

import io.quarkus.it.websocket.WebSocketOpenEndpoint;
Expand Down Expand Up @@ -105,7 +104,6 @@ public void websocketClientEncodingAndDecodingTest() {
}

@Test
@Disabled("test disabled as the message handler may be registered after the messages being sent.")
public void testSendMessageOnOpen() throws Exception {

LinkedBlockingDeque<String> message = new LinkedBlockingDeque<>();
Expand Down

0 comments on commit 6b5b582

Please sign in to comment.