From 96a6620f9aa3eb927b62978e534ac18277f1955a Mon Sep 17 00:00:00 2001 From: Dylan Wilson Date: Mon, 6 Aug 2018 16:17:17 -0700 Subject: [PATCH] Remove xfail for newBlock filter test --- tests/integration/parity/common.py | 4 ---- 1 file changed, 4 deletions(-) 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)