Skip to content

Commit

Permalink
Disable Google Cloud tests for now apache#2692
Browse files Browse the repository at this point in the history
  • Loading branch information
ppalaga committed May 31, 2021
1 parent 5b95080 commit 1f7002c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions integration-tests/google-bigquery/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@

<profiles>
<profile>
<id>native</id>
<id>native-off</id><!-- Disabled because of https://github.com/apache/camel-quarkus/issues/2692 -->
<activation>
<property>
<name>native</name>
<name>native-off</name>
</property>
</activation>
<properties>
Expand Down
4 changes: 2 additions & 2 deletions integration-tests/google-pubsub/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@

<profiles>
<profile>
<id>native</id>
<id>native-off</id><!-- Disabled because of https://github.com/apache/camel-quarkus/issues/2692 -->
<activation>
<property>
<name>native</name>
<name>native-off</name>
</property>
</activation>
<properties>
Expand Down
4 changes: 2 additions & 2 deletions integration-tests/google-storage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,10 @@

<profiles>
<profile>
<id>native</id>
<id>native-off</id><!-- Disabled because of https://github.com/apache/camel-quarkus/issues/2692 -->
<activation>
<property>
<name>native</name>
<name>native-off</name>
</property>
</activation>
<properties>
Expand Down

0 comments on commit 1f7002c

Please sign in to comment.