Skip to content

Commit

Permalink
xfail start_stop_ws on ipc test
Browse files Browse the repository at this point in the history
  • Loading branch information
kclowes committed Aug 21, 2020
1 parent 2607192 commit c4eb1f8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/integration/go_ethereum/test_goethereum_ipc.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ class TestGoEthereumAdminModuleTest(GoEthereumAdminModuleTest):
def test_admin_peers(web3):
super().test_admin_peers(web3)

@pytest.mark.xfail(reason="websockets aren't enabled with our IPC flags")
def test_admin_start_stop_ws(web3):
super().test_admin_start_stop_ws(web3)

class TestGoEthereumEthModuleTest(GoEthereumEthModuleTest):
pass
Expand Down

0 comments on commit c4eb1f8

Please sign in to comment.