From 85613f3127db2db63a05cd7ca55f82e147a64314 Mon Sep 17 00:00:00 2001 From: Jared Wasinger Date: Wed, 19 Jun 2024 15:32:18 -0700 Subject: [PATCH] a bit cleaner --- tests/block_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/block_test.go b/tests/block_test.go index 10ea035c7c..2c9e11ce4c 100644 --- a/tests/block_test.go +++ b/tests/block_test.go @@ -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/.*`)