mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
tests: disable some non-wellformed tests
This commit is contained in:
parent
46dac70e7a
commit
d5ec2dc0d2
1 changed files with 7 additions and 0 deletions
|
|
@ -30,6 +30,13 @@ func TestBlockchain(t *testing.T) {
|
||||||
bt.skipLoad(`.*bcForgedTest/bcForkUncle\.json`)
|
bt.skipLoad(`.*bcForgedTest/bcForkUncle\.json`)
|
||||||
bt.skipLoad(`.*bcMultiChainTest/(ChainAtoChainB_blockorder|CallContractFromNotBestBlock)`)
|
bt.skipLoad(`.*bcMultiChainTest/(ChainAtoChainB_blockorder|CallContractFromNotBestBlock)`)
|
||||||
bt.skipLoad(`.*bcTotalDifficultyTest/(lotsOfLeafs|lotsOfBranches|sideChainWithMoreTransactions)`)
|
bt.skipLoad(`.*bcTotalDifficultyTest/(lotsOfLeafs|lotsOfBranches|sideChainWithMoreTransactions)`)
|
||||||
|
|
||||||
|
// These are not formatted like the rest -- due to the large postState, the postState
|
||||||
|
// was replaced by a hash, instead of a genesisAlloc map
|
||||||
|
// See https://github.com/ethereum/tests/pull/616
|
||||||
|
bt.skipLoad(`.*bcExploitTest/ShanghaiLove.json`)
|
||||||
|
bt.skipLoad(`.*bcExploitTest/SuicideIssue.json`)
|
||||||
|
|
||||||
// Slow tests
|
// Slow tests
|
||||||
bt.slow(`.*bcExploitTest/DelegateCallSpam.json`)
|
bt.slow(`.*bcExploitTest/DelegateCallSpam.json`)
|
||||||
bt.slow(`.*bcExploitTest/ShanghaiLove.json`)
|
bt.slow(`.*bcExploitTest/ShanghaiLove.json`)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue