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`)