From 12cd82bf8627b665321ed771727fa91e44e06737 Mon Sep 17 00:00:00 2001 From: jansupol Date: Thu, 8 Sep 2022 22:26:07 +0200 Subject: [PATCH] Add SSE Helidon Test Signed-off-by: jansupol --- .../org/glassfish/jersey/helidon/connector/sse/SseTest.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/connectors/helidon-connector/src/test/java/org/glassfish/jersey/helidon/connector/sse/SseTest.java b/connectors/helidon-connector/src/test/java/org/glassfish/jersey/helidon/connector/sse/SseTest.java index 6608c1031f..67cdc8984b 100644 --- a/connectors/helidon-connector/src/test/java/org/glassfish/jersey/helidon/connector/sse/SseTest.java +++ b/connectors/helidon-connector/src/test/java/org/glassfish/jersey/helidon/connector/sse/SseTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020, 2022 Oracle and/or its affiliates. All rights reserved. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v. 2.0, which is available at @@ -21,7 +21,6 @@ import org.glassfish.jersey.server.ResourceConfig; import org.glassfish.jersey.test.JerseyTest; import org.junit.Assert; -import org.junit.Ignore; import org.junit.Test; import jakarta.annotation.PostConstruct; @@ -107,7 +106,6 @@ protected void configureClient(ClientConfig config) { } @Test - @Ignore //TODO - remove after jakartification public void testSend() throws InterruptedException { final StringBuilder sb = new StringBuilder(); final CountDownLatch latch = new CountDownLatch(10);