Skip to content

Commit

Permalink
re-enable all tests for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
chrishavlin committed Aug 2, 2023
1 parent 281f211 commit c0eeec1
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/yt_napari/_tests/test_widget_reader.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import sys
from functools import partial

import numpy as np
import pytest

from yt_napari._ds_cache import dataset_cache
from yt_napari._widget_reader import ReaderWidget, SelectionEntry
Expand Down Expand Up @@ -64,11 +62,7 @@ def test_widget_reader(make_napari_viewer, yt_ugrid_ds_fn):
r.load_data()


@pytest.mark.skipif(sys.platform == "win32", reason="cache issues on windows in CI")
def test_subsequent_load(make_napari_viewer, yt_ugrid_ds_fn):
# this is disable for windows because it is very flaky. It passes about
# 25% of the time... probably cache related but have not been able to
# figure that out.
viewer = make_napari_viewer()

r = ReaderWidget(napari_viewer=viewer)
Expand Down

0 comments on commit c0eeec1

Please sign in to comment.