Skip to content

Commit 8788b74

Browse files
committed
Disable state tests with EVMJIT, since it doesn't have the implementation for the newest opcodes yet
1 parent d057d13 commit 8788b74

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ if [[ "$TESTS" == "On" ]]; then
4141
# enough time to build LLVM, build EVMJIT and run the tests twice within
4242
# the 48 minute absolute maximum run time for TravisCI.
4343
if [[ "$OSTYPE" != "darwin"* ]]; then
44-
$BUILD_ROOT/test/testeth -t "VMTests*,StateTests*" -- --vm jit --testpath $BUILD_ROOT/../test/jsontests
44+
$BUILD_ROOT/test/testeth -t "VMTests*" -- --vm jit --testpath $BUILD_ROOT/../test/jsontests
4545
fi
4646

4747
fi

0 commit comments

Comments
 (0)