diff --git a/packages/vm/tests/config.js b/packages/vm/tests/config.js index e08bf8718de..66df7d45ada 100644 --- a/packages/vm/tests/config.js +++ b/packages/vm/tests/config.js @@ -10,6 +10,7 @@ const SKIP_BROKEN = [ 'ForkStressTest', // Only BlockchainTest, temporary till fixed (2020-05-23) 'dynamicAccountOverwriteEmpty', // temporary till fixed (2019-01-30), skipped along constantinopleFix work time constraints 'ChainAtoChainB', // Only BlockchainTest, temporary, along expectException fixes (2020-05-23) + 'bcInvalidRLPTest_BLOCK_', // Only BlockchainTest, temporary, along expectException fixes (2020-05-27) ] /**