Skip to content

Commit

Permalink
Disable couchdb tests due to #6148
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesnetherton committed Jun 4, 2024
1 parent 768d8c7 commit 1deb61c
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.couchdb.it;

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

@Disabled("https://github.com/apache/camel-quarkus/issues/6148")
@QuarkusIntegrationTest
class CouchbIT extends CouchdbTest {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,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.api.Test;

import static org.awaitility.Awaitility.await;
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertNotEquals;
import static org.junit.jupiter.api.Assertions.assertNotNull;

@Disabled("https://github.com/apache/camel-quarkus/issues/6148")
@QuarkusTest
@QuarkusTestResource(CouchdbTestResource.class)
class CouchdbTest {
Expand Down

0 comments on commit 1deb61c

Please sign in to comment.