mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 10:22:23 +00:00
test: skip TestExecutionSpec (#647)
This commit is contained in:
parent
001a80226a
commit
edb91fee55
1 changed files with 2 additions and 0 deletions
|
|
@ -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)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue