Skip to content

Commit

Permalink
Remove xfail for newBlock filter test
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanjw committed Aug 6, 2018
1 parent 13af169 commit 96a6620
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/integration/parity/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,6 @@ def test_eth_uninstallFilter(self, web3):
pytest.xfail('eth_uninstallFilter calls to parity always return true')
super().test_eth_uninstallFilter(web3)

def test_eth_newBlockFilter(self, web3):
pytest.xfail('Parity returns latest block on first polling for new blocks')
super().test_eth_newBlockFilter(web3)

def test_eth_replaceTransaction(self, web3, unlocked_account):
pytest.xfail('Needs ability to efficiently control mining')
super().test_eth_replaceTransaction(web3, unlocked_account)
Expand Down

0 comments on commit 96a6620

Please sign in to comment.