From 36a1e43dfed8d1a608e719186195829fd083106f Mon Sep 17 00:00:00 2001 From: ledgerwatch Date: Mon, 6 Mar 2023 11:58:03 +0000 Subject: [PATCH] Skip one integration test (#7031) Co-authored-by: Alexey Sharp --- tests/block_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/block_test.go b/tests/block_test.go index c9b7fa017..58f9472dd 100644 --- a/tests/block_test.go +++ b/tests/block_test.go @@ -41,6 +41,7 @@ func TestBlockchain(t *testing.T) { // Currently it fails because SpawnStageHeaders doesn't accept any PoW blocks after PoS transition // TODO(yperbasis): make it work bt.skipLoad(`^TransitionTests/bcArrowGlacierToMerge/powToPosBlockRejection\.json`) + bt.skipLoad(`^TransitionTests/bcFrontierToHomestead/blockChainFrontierWithLargerTDvsHomesteadBlockchain\.json`) if ethconfig.EnableHistoryV3InTest { // HistoryV3: doesn't produce receipts on execution by design bt.skipLoad(`^InvalidBlocks/bcInvalidHeaderTest/log1_wrongBloom\.json`)