tests: avoid performance tests during CI runs (#23304)

pull/23468/head
Martin Holst Swende 3 years ago committed by GitHub
parent 84c51bc5ec
commit 3784e15106
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      tests/state_test.go

@ -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`)

Loading…
Cancel
Save