Skip to content

Commit fabc55c

Browse files
committed
Enabled all tests.
Signed-off-by: Santiago Pericas-Geertsen <[email protected]>
1 parent 58c164e commit fabc55c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
import io.helidon.webserver.testing.junit5.SetUpRoute;
3434

3535
import jakarta.json.JsonObject;
36-
import org.junit.jupiter.api.Disabled;
3736
import org.junit.jupiter.api.Test;
3837

3938
import static io.helidon.http.HeaderValues.ACCEPT_EVENT_STREAM;
@@ -88,7 +87,6 @@ static void sseString2(ServerRequest req, ServerResponse res) {
8887
}
8988

9089
@Test
91-
@Disabled
9290
void testSseString1() throws InterruptedException {
9391
try (Http1ClientResponse r = client.get("/sseString1").header(ACCEPT_EVENT_STREAM).request()) {
9492
CountDownLatch latch = new CountDownLatch(1);

0 commit comments

Comments
 (0)