test: skip TestExecutionSpec (#647)

This commit is contained in:
HAOYUatHZ 2024-02-28 16:23:11 +08:00 committed by GitHub
parent 001a80226a
commit edb91fee55
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -58,6 +58,8 @@ func TestBlockchain(t *testing.T) {
// TestExecutionSpec runs the test fixtures from execution-spec-tests. // TestExecutionSpec runs the test fixtures from execution-spec-tests.
func TestExecutionSpec(t *testing.T) { func TestExecutionSpec(t *testing.T) {
t.Skip("skip TestExecutionSpec")
if !common.FileExist(executionSpecDir) { if !common.FileExist(executionSpecDir) {
t.Skipf("directory %s does not exist", executionSpecDir) t.Skipf("directory %s does not exist", executionSpecDir)
} }