Skip to content

Commit 3784e15

Browse files
authored
tests: avoid performance tests during CI runs (ethereum#23304)
1 parent 84c51bc commit 3784e15

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: tests/state_test.go

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ func TestState(t *testing.T) {
4242

4343
// Very time consuming
4444
st.skipLoad(`^stTimeConsuming/`)
45+
st.skipLoad(`.*vmPerformance/loop.*`)
4546

4647
// Uses 1GB RAM per tested fork
4748
st.skipLoad(`^stStaticCall/static_Call1MB`)

0 commit comments

Comments
 (0)