Skip to content

Commit ff1bf3a

Browse files
committed
Disable Google Cloud tests for now #2692
1 parent e310c89 commit ff1bf3a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

integration-tests/google-bigquery/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,10 @@
7777

7878
<profiles>
7979
<profile>
80-
<id>native</id>
80+
<id>native-off</id><!-- Disabled because of https://github.com/apache/camel-quarkus/issues/2692 -->
8181
<activation>
8282
<property>
83-
<name>native</name>
83+
<name>native-off</name>
8484
</property>
8585
</activation>
8686
<properties>

integration-tests/google-pubsub/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,10 @@
7474

7575
<profiles>
7676
<profile>
77-
<id>native</id>
77+
<id>native-off</id><!-- Disabled because of https://github.com/apache/camel-quarkus/issues/2692 -->
7878
<activation>
7979
<property>
80-
<name>native</name>
80+
<name>native-off</name>
8181
</property>
8282
</activation>
8383
<properties>

integration-tests/google-storage/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,10 +112,10 @@
112112

113113
<profiles>
114114
<profile>
115-
<id>native</id>
115+
<id>native-off</id><!-- Disabled because of https://github.com/apache/camel-quarkus/issues/2692 -->
116116
<activation>
117117
<property>
118-
<name>native</name>
118+
<name>native-off</name>
119119
</property>
120120
</activation>
121121
<properties>

0 commit comments

Comments
 (0)