Skip to content

Commit

Permalink
Mark network test with integration_test
Browse files Browse the repository at this point in the history
  • Loading branch information
eivindjahren committed Jan 29, 2025
1 parent b868980 commit 8971fd9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ async def test_evaluator_handles_dispatchers_connected(
assert evaluator._dispatchers_empty.is_set()


@pytest.mark.integration_test
async def test_evaluator_raises_on_start_with_address_in_use(make_ee_config):
ee_config = make_ee_config(use_ipc_protocol=False)
ctx = zmq.asyncio.Context()
Expand Down

0 comments on commit 8971fd9

Please sign in to comment.