Skip to content

Commit 4e70641

Browse files
committed
Removes @disabled.
Signed-off-by: Santiago Pericas-Geertsen <[email protected]>
1 parent e818f5a commit 4e70641

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 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;
@@ -42,7 +41,7 @@
4241
import static org.hamcrest.MatcherAssert.assertThat;
4342

4443
@ServerTest
45-
@Disabled
44+
// @Disabled
4645
class SseClientTest extends SseBaseTest {
4746

4847
private final Http1Client client;

0 commit comments

Comments
 (0)