Skip to content

Commit

Permalink
Unskip QT tests on linux/windows
Browse files Browse the repository at this point in the history
  • Loading branch information
dstansby committed Jul 16, 2024
1 parent fd744fc commit 92a37ad
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions napari_ome_zarr/_tests/test_reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,6 @@ def test_label(self):
layers = napari_get_reader(filename)()
self.assert_layers(layers, False, True)

@pytest.mark.skipif(
not sys.platform.startswith("darwin"),
reason="Qt builds are failing on Windows and Ubuntu",
)
def test_viewer(self, make_napari_viewer):
"""example of testing the viewer."""
viewer = make_napari_viewer()
Expand Down

0 comments on commit 92a37ad

Please sign in to comment.