Skip to content

Commit

Permalink
Skip CheckEIP1559 e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
goran-ethernal authored and Stefan-Ethernal committed Feb 13, 2024
1 parent 77d2a31 commit 1becb3a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions e2e-polybft/e2e/consensus_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -513,6 +513,8 @@ func TestE2E_Consensus_CustomRewardToken(t *testing.T) {
// and check if balance of sender, receiver, burn contract and miner is updates correctly
// in accordance with EIP-1559 specifications
func TestE2E_Consensus_EIP1559Check(t *testing.T) {
t.Skip("TODO - since we removed burn from evm, this should be fixed after the burn solution")

sender, err := wallet.GenerateKey()
require.NoError(t, err)

Expand Down

0 comments on commit 1becb3a

Please sign in to comment.