Skip to content

Commit 6898833

Browse files
committed
skip sandbox tools
Change-Id: I8502d9ebb8c4d212abcf18d99b821c90aa6a0ce0
1 parent 62400ae commit 6898833

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -473,6 +473,12 @@
473473

474474
<!-- Ignore missing test patterns -->
475475
<failIfNoSpecifiedTests>false</failIfNoSpecifiedTests>
476+
477+
<!-- Exclude sandbox tests -->
478+
<excludes>
479+
<exclude>**/sandbox/**/*Test.java</exclude>
480+
<exclude>**/sandbox/**/*Tests.java</exclude>
481+
</excludes>
476482
</configuration>
477483
</plugin>
478484
<plugin>

0 commit comments

Comments
 (0)