Skip to content

Commit

Permalink
disable tests for the graalvm ci for proto-google-cloud-firestore-v1.
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsannas committed May 2, 2024
1 parent 7195c29 commit ce684ab
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions proto-google-cloud-firestore-v1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,12 @@
</dependency>
</dependencies>
</profile>
<profile>
<id>native</id>
<properties>
<!-- skip native tests for this module, it will be tested in google-cloud-firestore -->
<skipTests>true</skipTests>
</properties>
</profile>
</profiles>
</project>

0 comments on commit ce684ab

Please sign in to comment.