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

This commit is contained in:
Martin Holst Swende
2021-08-25 15:07:58 +02:00
committed by GitHub
parent 84c51bc5ec
commit 3784e15106

View File

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