a bit cleaner

This commit is contained in:
Jared Wasinger 2024-06-19 15:32:18 -07:00
parent 17cb7c4264
commit 85613f3127

View file

@ -26,7 +26,6 @@ import (
func TestBlockchain(t *testing.T) {
bt := new(testMatcher)
bt.skipLoad(`^GeneralStateTests/VMTests/vmPerformance`)
// Skip random failures due to selfish mining test
bt.skipLoad(`.*bcForgedTest/bcForkUncle\.json`)
@ -38,6 +37,7 @@ func TestBlockchain(t *testing.T) {
bt.slow(`.*/bcForkStressTest/`)
bt.slow(`.*/bcGasPricerTest/RPC_API_Test.json`)
bt.slow(`.*/bcWalletTest/`)
bt.skipLoad(`^GeneralStateTests/VMTests/vmPerformance`)
// Very slow test
bt.skipLoad(`.*/stTimeConsuming/.*`)