Skip to content

Commit

Permalink
Temporarilly disable JmsTest until apache#1023 is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesnetherton committed Apr 2, 2020
1 parent 3dac577 commit a3267ea
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,15 @@
import io.quarkus.test.junit.QuarkusTest;
import io.restassured.RestAssured;
import io.restassured.http.ContentType;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.params.ParameterizedTest;
import org.junit.jupiter.params.provider.ValueSource;

import static org.hamcrest.core.Is.is;

@QuarkusTest
@QuarkusTestResource(ActiveMQTestResource.class)
@Disabled("https://github.com/apache/camel-quarkus/issues/1023")
class JmsTest {

@ParameterizedTest
Expand Down

0 comments on commit a3267ea

Please sign in to comment.