Skip to content

Commit

Permalink
Update tests/supervisors/test_reload.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Kludex authored Dec 15, 2024
1 parent 6ff0e62 commit 3975448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/supervisors/test_reload.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@


# TODO: Investigate why this is flaky on MacOS, and Windows.
skip_non_linux = pytest.mark.skipif(sys.platform in ("darwin", "win32"), reason="Flaky on Windows and MacOS M1")
skip_non_linux = pytest.mark.skipif(sys.platform in ("darwin", "win32"), reason="Flaky on Windows and MacOS")


def run(sockets: list[socket.socket] | None) -> None:
Expand Down

0 comments on commit 3975448

Please sign in to comment.