mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +00:00
a bit cleaner
This commit is contained in:
parent
17cb7c4264
commit
85613f3127
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,6 @@ import (
|
||||||
|
|
||||||
func TestBlockchain(t *testing.T) {
|
func TestBlockchain(t *testing.T) {
|
||||||
bt := new(testMatcher)
|
bt := new(testMatcher)
|
||||||
bt.skipLoad(`^GeneralStateTests/VMTests/vmPerformance`)
|
|
||||||
|
|
||||||
// Skip random failures due to selfish mining test
|
// Skip random failures due to selfish mining test
|
||||||
bt.skipLoad(`.*bcForgedTest/bcForkUncle\.json`)
|
bt.skipLoad(`.*bcForgedTest/bcForkUncle\.json`)
|
||||||
|
|
@ -38,6 +37,7 @@ func TestBlockchain(t *testing.T) {
|
||||||
bt.slow(`.*/bcForkStressTest/`)
|
bt.slow(`.*/bcForkStressTest/`)
|
||||||
bt.slow(`.*/bcGasPricerTest/RPC_API_Test.json`)
|
bt.slow(`.*/bcGasPricerTest/RPC_API_Test.json`)
|
||||||
bt.slow(`.*/bcWalletTest/`)
|
bt.slow(`.*/bcWalletTest/`)
|
||||||
|
bt.skipLoad(`^GeneralStateTests/VMTests/vmPerformance`)
|
||||||
|
|
||||||
// Very slow test
|
// Very slow test
|
||||||
bt.skipLoad(`.*/stTimeConsuming/.*`)
|
bt.skipLoad(`.*/stTimeConsuming/.*`)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue