Skips bats tests.

See gh-150
This commit is contained in:
Spencer Gibb
2020-01-23 17:10:02 -05:00
parent a579b7fb03
commit 2caeaee319

View File

@@ -173,7 +173,7 @@
</goals>
<configuration>
<skip>${skipTests}</skip>
<!-- <skip>true</skip> -->
<skip>true</skip>
<executable>${basedir}/src/test/bash/run-bats.sh</executable>
</configuration>
</execution>