Skip to content

Commit

Permalink
Disable pgevent tests due to #4114
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesnetherton authored and github-actions[bot] committed Sep 27, 2022
1 parent 6dd90b0 commit 64bd6b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
package org.apache.camel.quarkus.component.pgevent.it;

import io.quarkus.test.junit.QuarkusIntegrationTest;
import org.junit.jupiter.api.Disabled;

@Disabled("https://github.com/apache/camel-quarkus/issues/4114")
@QuarkusIntegrationTest
class PgeventIT extends PgeventTest {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,12 @@
import io.quarkus.test.common.http.TestHTTPEndpoint;
import io.quarkus.test.junit.QuarkusTest;
import io.restassured.RestAssured;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;

import static org.hamcrest.Matchers.equalTo;

@Disabled("https://github.com/apache/camel-quarkus/issues/4114")
@QuarkusTest
@QuarkusTestResource(PgEventTestResource.class)
@TestHTTPEndpoint(PgeventResource.class)
Expand Down

0 comments on commit 64bd6b9

Please sign in to comment.