Skip to content

Commit b657646

Browse files
committed
fix(storage): skip unit tests under native profile in google-cloud-storage-control
1 parent fd98554 commit b657646

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

  • java-storage/google-cloud-storage-control

java-storage/google-cloud-storage-control/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,13 @@
9999
</dependencies>
100100

101101
<profiles>
102+
<profile>
103+
<id>native</id>
104+
<properties>
105+
<!-- skip native tests for this module, it will be tested in google-cloud-storage -->
106+
<skipTests>true</skipTests>
107+
</properties>
108+
</profile>
102109
<profile>
103110
<id>java9</id>
104111
<activation>

0 commit comments

Comments
 (0)