Skip to content

Commit

Permalink
Disabled google-bigquery because of #5734
Browse files Browse the repository at this point in the history
  • Loading branch information
JiriOndrusek committed Feb 8, 2024
1 parent 58bf982 commit 8357dfa
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
import org.apache.camel.quarkus.test.support.google.GoogleProperty;
import org.apache.camel.util.CollectionHelper;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;

import static org.apache.camel.util.CollectionHelper.mapOf;
Expand All @@ -54,6 +55,7 @@
@TestHTTPEndpoint(GoogleBigqueryResource.class)
@QuarkusTestResource(GoogleBigqueryWiremockTestResource.class)
@QuarkusTestResource(GoogleCloudTestResource.class)
@Disabled //https://github.com/apache/camel-quarkus/issues/5734
class GoogleBigqueryTest {

@GoogleProperty(name = "project.id")
Expand Down

0 comments on commit 8357dfa

Please sign in to comment.