diff --git a/tests/block_test.go b/tests/block_test.go index 5764ae33e4..7f2cd6bf15 100644 --- a/tests/block_test.go +++ b/tests/block_test.go @@ -58,6 +58,8 @@ func TestBlockchain(t *testing.T) { // TestExecutionSpec runs the test fixtures from execution-spec-tests. func TestExecutionSpec(t *testing.T) { + t.Skip("skip TestExecutionSpec") + if !common.FileExist(executionSpecDir) { t.Skipf("directory %s does not exist", executionSpecDir) }