diff --git a/tests/integration/parity/common.py b/tests/integration/parity/common.py index 603809a7ce..df4be54771 100644 --- a/tests/integration/parity/common.py +++ b/tests/integration/parity/common.py @@ -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)