Skip to content

Commit 9c2e4e8

Browse files
authoredAug 7, 2018
Merge pull request #992 from dylanjw/parity-newBlockFilter-fix
Remove xfail for newBlockFilter parity integration test
2 parents 13af169 + 96a6620 commit 9c2e4e8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed
 

‎tests/integration/parity/common.py

-4
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,6 @@ def test_eth_uninstallFilter(self, web3):
3838
pytest.xfail('eth_uninstallFilter calls to parity always return true')
3939
super().test_eth_uninstallFilter(web3)
4040

41-
def test_eth_newBlockFilter(self, web3):
42-
pytest.xfail('Parity returns latest block on first polling for new blocks')
43-
super().test_eth_newBlockFilter(web3)
44-
4541
def test_eth_replaceTransaction(self, web3, unlocked_account):
4642
pytest.xfail('Needs ability to efficiently control mining')
4743
super().test_eth_replaceTransaction(web3, unlocked_account)

0 commit comments

Comments
 (0)