Commit 3dab3038 authored by Péter Szilágyi's avatar Péter Szilágyi Committed by GitHub

Merge pull request #3555 from obscuren/unskip-test

tests: unskip test
parents ce7822c1 3160fd24
...@@ -108,7 +108,7 @@ func runStateTests(chainConfig *params.ChainConfig, tests map[string]VmTest, ski ...@@ -108,7 +108,7 @@ func runStateTests(chainConfig *params.ChainConfig, tests map[string]VmTest, ski
} }
for name, test := range tests { for name, test := range tests {
if skipTest[name] || name != "loop_stacklimit_1021" { if skipTest[name] {
glog.Infoln("Skipping state test", name) glog.Infoln("Skipping state test", name)
continue continue
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment