mirror of
https://github.com/vale981/ray
synced 2025-03-06 02:21:39 -05:00
* Try fixing it? * Done * skip raylet signal
This commit is contained in:
parent
55680a1f9e
commit
8fd7e025be
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@ def test_kill_raylet_signal_log(shutdown_only):
|
|||
|
||||
|
||||
@pytest.mark.skipif(sys.platform != "win32", reason="Only run on Windows.")
|
||||
@pytest.mark.skip(reason="Flaky on Windows")
|
||||
def test_kill_raylet_signal_log_win(shutdown_only):
|
||||
check_result("{}/logs/raylet.out", signal.CTRL_BREAK_EVENT, "SIGTERM")
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue