1 parent d057d13 commit 8788b74Copy full SHA for 8788b74
1 file changed
scripts/tests.sh
@@ -41,7 +41,7 @@ if [[ "$TESTS" == "On" ]]; then
41
# enough time to build LLVM, build EVMJIT and run the tests twice within
42
# the 48 minute absolute maximum run time for TravisCI.
43
if [[ "$OSTYPE" != "darwin"* ]]; then
44
- $BUILD_ROOT/test/testeth -t "VMTests*,StateTests*" -- --vm jit --testpath $BUILD_ROOT/../test/jsontests
+ $BUILD_ROOT/test/testeth -t "VMTests*" -- --vm jit --testpath $BUILD_ROOT/../test/jsontests
45
fi
46
47
0 commit comments