Skip to content

Commit

Permalink
Disable MutinyTest#testSSE for now as it's unstable on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmet authored and jaikiran committed Aug 28, 2020
1 parent d46adc8 commit fff6251
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
import javax.ws.rs.sse.SseEventSource;

import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;

import io.quarkus.test.junit.QuarkusTest;
Expand Down Expand Up @@ -79,6 +80,7 @@ public void testMultiWithSerialization() {
}

@Test
@Disabled("https://github.com/quarkusio/quarkus/issues/11687")
public void testSSE() {
Client client = ClientBuilder.newClient();
WebTarget target = client.target("http://localhost:" + RestAssured.port + "/mutiny/pets");
Expand Down

0 comments on commit fff6251

Please sign in to comment.