Skip to content

Commit

Permalink
Add SSE Helidon Test
Browse files Browse the repository at this point in the history
Signed-off-by: jansupol <jan.supol@oracle.com>
  • Loading branch information
jansupol committed Sep 21, 2022
1 parent 4a80068 commit 12cd82b
Showing 1 changed file with 1 addition and 3 deletions.
@@ -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
Expand All @@ -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;
Expand Down Expand Up @@ -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);
Expand Down

0 comments on commit 12cd82b

Please sign in to comment.