forked from cerc-io/plugeth
tests: unskip test
This commit is contained in:
parent
02b67558e8
commit
3160fd24ba
@ -108,7 +108,7 @@ func runStateTests(chainConfig *params.ChainConfig, tests map[string]VmTest, ski
|
||||
}
|
||||
|
||||
for name, test := range tests {
|
||||
if skipTest[name] || name != "loop_stacklimit_1021" {
|
||||
if skipTest[name] {
|
||||
glog.Infoln("Skipping state test", name)
|
||||
continue
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user