Skip to content

Commit

Permalink
Added SHA3 blockchain tests to skip list due to unclear test situation
Browse files Browse the repository at this point in the history
  • Loading branch information
holgerd77 committed May 28, 2020
1 parent 5b1abec commit 54d6e46
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/vm/tests/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ const SKIP_BROKEN = [
'dynamicAccountOverwriteEmpty', // temporary till fixed (2019-01-30), skipped along constantinopleFix work time constraints
'ChainAtoChainB', // Only BlockchainTest, temporary, along expectException fixes (2020-05-23)
'BLOCK_timestamp_TooLarge', // Only BlockchainTest, temporary, along expectException fixes (2020-05-27)
'sha3_bigOffset', // Only BlockchainTest, unclear SHA3 test situation (2020-05-28)
'sha3_memSizeNoQuadraticCost', // See also:
'sha3_memSizeQuadraticCost', // https://github.com/ethereumjs/ethereumjs-vm/pull/743#issuecomment-635116418
]

/**
Expand Down

0 comments on commit 54d6e46

Please sign in to comment.