mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-06 19:35:04 +00:00
Merge pull request #21026 from karalabe/disable-highmem-test
tests: skip consensus test using 1GB RAM
This commit is contained in:
commit
44a3b8c04c
1 changed files with 3 additions and 1 deletions
|
|
@ -37,13 +37,15 @@ func TestState(t *testing.T) {
|
|||
st.slow(`^stQuadraticComplexityTest/`)
|
||||
st.slow(`^stStaticCall/static_Call50000`)
|
||||
st.slow(`^stStaticCall/static_Return50000`)
|
||||
st.slow(`^stStaticCall/static_Call1MB`)
|
||||
st.slow(`^stSystemOperationsTest/CallRecursiveBomb`)
|
||||
st.slow(`^stTransactionTest/Opcodes_TransactionInit`)
|
||||
|
||||
// Very time consuming
|
||||
st.skipLoad(`^stTimeConsuming/`)
|
||||
|
||||
// Uses 1GB RAM per tested fork
|
||||
st.skipLoad(`^stStaticCall/static_Call1MB`)
|
||||
|
||||
// Broken tests:
|
||||
// Expected failures:
|
||||
//st.fails(`^stRevertTest/RevertPrecompiledTouch(_storage)?\.json/Byzantium/0`, "bug in test")
|
||||
|
|
|
|||
Loading…
Reference in a new issue