good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit 3784e151 authored by Martin Holst Swende's avatar Martin Holst Swende Committed by GitHub
Browse files

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

parent 84c51bc5
Loading
......@@ -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`)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment