Skip to content

Commit d080e6c

Browse files
committed
xfail test on all OS. See #377.
1 parent f00899f commit d080e6c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/test_live.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
from __future__ import annotations
22

33
import re
4-
import sys
54
import textwrap
65

76
import pytest
@@ -188,7 +187,7 @@ def test_live_execution_displays_subset_of_table(capsys, tmp_path, n_entries_in_
188187

189188

190189
@pytest.mark.unit()
191-
@pytest.mark.xfail(sys.platform == "darwin", reason="See #377.")
190+
@pytest.mark.xfail(reason="See #377.")
192191
def test_live_execution_skips_do_not_crowd_out_displayed_tasks(capsys, tmp_path):
193192
path = tmp_path.joinpath("task_module.py")
194193
task = Task(base_name="task_example", path=path, function=lambda x: x)

0 commit comments

Comments
 (0)