Skip to content

Commit 58c164e

Browse files
committed
Use @disabled for testJsonSse1 only.
Signed-off-by: Santiago Pericas-Geertsen <[email protected]>
1 parent e818f5a commit 58c164e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webserver/tests/sse/src/test/java/io/helidon/webserver/tests/sse/SseClientTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@
4242
import static org.hamcrest.MatcherAssert.assertThat;
4343

4444
@ServerTest
45-
@Disabled
4645
class SseClientTest extends SseBaseTest {
4746

4847
private final Http1Client client;
@@ -89,6 +88,7 @@ static void sseString2(ServerRequest req, ServerResponse res) {
8988
}
9089

9190
@Test
91+
@Disabled
9292
void testSseString1() throws InterruptedException {
9393
try (Http1ClientResponse r = client.get("/sseString1").header(ACCEPT_EVENT_STREAM).request()) {
9494
CountDownLatch latch = new CountDownLatch(1);

0 commit comments

Comments
 (0)