forked from cerc-io/plugeth
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
|
// 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`)
|
||||||
|
Loading…
Reference in New Issue
Block a user