Skip to content

Commit

Permalink
Merge pull request #992 from dylanjw/parity-newBlockFilter-fix
Browse files Browse the repository at this point in the history
Remove xfail for newBlockFilter parity integration test
  • Loading branch information
dylanjw authored Aug 7, 2018
2 parents 13af169 + 96a6620 commit 9c2e4e8
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 9c2e4e8

Please sign in to comment.