Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

[ CI ] skip local_workers_clean_shutdown #317

Merged
merged 1 commit into from
Jun 20, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions tests/engine/test_multiproc_workers.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ def execute_workers(worker_input: str) -> None:
assert isinstance(e, ChildProcessError)


@pytest.mark.skip(reason="Failing in NM automation for python 3.8. "
"Unable to reproduce locally. Skipping for now.")
def test_local_workers_clean_shutdown() -> None:
"""Test clean shutdown"""

Expand Down
Loading