mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 15:47:21 +00:00
tests: avoid performance tests during CI runs (#23304)
This commit is contained in:
parent
84c51bc5ec
commit
3784e15106
1 changed files with 1 additions and 0 deletions
|
|
@ -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 a new issue