Skip to content

Commit 5eb7534

Browse files
Re-activate linux gui tests (#914)
Co-authored-by: Anwai Archit <[email protected]>
1 parent 83de9c5 commit 5eb7534

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/test_sam_annotator/test_annotator_2d.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99

1010

1111
@pytest.mark.gui
12-
@pytest.mark.skipif(platform.system() in ("Windows", "Linux"), reason="Gui test is not working on windows.")
12+
# @pytest.mark.skipif(platform.system() in ("Windows", "Linux"), reason="Gui test is not working on windows.")
13+
@pytest.mark.skipif(platform.system() == "Windows", reason="Gui test is not working on windows.")
1314
def test_annotator_2d(make_napari_viewer_proxy):
1415
"""Integration test for annotator_2d.
1516
"""

0 commit comments

Comments
 (0)