Skip to content

Commit

Permalink
Merge pull request #160 from neonevm/fix-proxy-ci
Browse files Browse the repository at this point in the history
Update test_transaction_validation.py
  • Loading branch information
kristinaNikolaevaa authored Dec 5, 2023
2 parents 54a4c8b + cc57f40 commit 6a5531d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ def test_send_too_big_transaction(self):
assert ErrorMessage.TOO_BIG_TRANSACTION.value in response["error"]["message"]
assert response["error"]["code"] == -32000

@pytest.mark.skip(reason="Test doesn't work with MINIMAL_GAS_PRICE in config. NDEV-2386")
def test_send_transaction_with_small_gas_price(self, new_account):
"""Check that transaction can't be accepted if gas value is too small"""
gas_price = self.web3_client.gas_price()
Expand Down

0 comments on commit 6a5531d

Please sign in to comment.