mirror of https://github.com/status-im/op-geth.git
tests: avoid performance tests during CI runs (#23304)
This commit is contained in:
parent
84c51bc5ec
commit
3784e15106
|
@ -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…
Reference in New Issue