Temporarily disable bats tests

see gh-136
This commit is contained in:
Spencer Gibb
2019-06-28 12:46:11 -04:00
parent 7ebdff56bb
commit 6d67ffe1a3

View File

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