Skip to content

Commit 3dab303

Browse files
authored
Merge pull request #3555 from obscuren/unskip-test
tests: unskip test
2 parents ce7822c + 3160fd2 commit 3dab303

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/state_test_util.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ func runStateTests(chainConfig *params.ChainConfig, tests map[string]VmTest, ski
108108
}
109109

110110
for name, test := range tests {
111-
if skipTest[name] || name != "loop_stacklimit_1021" {
111+
if skipTest[name] {
112112
glog.Infoln("Skipping state test", name)
113113
continue
114114
}

0 commit comments

Comments
 (0)