mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-02 01:23:45 +00:00
commit
3dab303826
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue