Skip to content

Commit

Permalink
tests: avoid performance tests during CI runs (ethereum#23304)
Browse files Browse the repository at this point in the history
  • Loading branch information
holiman authored and zzyalbert committed Nov 26, 2021
1 parent f9ff0a6 commit 0204f8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/state_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ func TestState(t *testing.T) {

// Very time consuming
st.skipLoad(`^stTimeConsuming/`)
st.skipLoad(`.*vmPerformance/loop.*`)

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

0 comments on commit 0204f8d

Please sign in to comment.