Unverified Commit 3784e151 authored by Martin Holst Swende's avatar Martin Holst Swende Committed by GitHub

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

parent 84c51bc5
...@@ -42,6 +42,7 @@ func TestState(t *testing.T) { ...@@ -42,6 +42,7 @@ func TestState(t *testing.T) {
// Very time consuming // Very time consuming
st.skipLoad(`^stTimeConsuming/`) st.skipLoad(`^stTimeConsuming/`)
st.skipLoad(`.*vmPerformance/loop.*`)
// Uses 1GB RAM per tested fork // Uses 1GB RAM per tested fork
st.skipLoad(`^stStaticCall/static_Call1MB`) st.skipLoad(`^stStaticCall/static_Call1MB`)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment