Skip to content

Commit

Permalink
Disable testClientStreaming - quarkusio#16227
Browse files Browse the repository at this point in the history
  • Loading branch information
cescoffier committed Apr 5, 2021
1 parent 3f565ac commit 53394ec
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
import org.jboss.shrinkwrap.api.ShrinkWrap;
import org.jboss.shrinkwrap.api.spec.JavaArchive;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.condition.DisabledOnOs;
import org.junit.jupiter.api.condition.OS;
Expand Down Expand Up @@ -88,6 +89,7 @@ public void testStreaming() throws Exception {
}

@Test
@Disabled("https://github.com/quarkusio/quarkus/issues/16227")
public void testClientStreaming() throws Exception {
Client client = ClientBuilder.newBuilder().build();
WebTarget target = client.target(uri.toString() + "stream/text/stream");
Expand Down

0 comments on commit 53394ec

Please sign in to comment.