Skip to content

Commit c2b21e9

Browse files
committed
FIX: Try again
1 parent 9a959c7 commit c2b21e9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

mne/viz/_brain/tests/test_brain.py

-3
Original file line numberDiff line numberDiff line change
@@ -773,9 +773,6 @@ def test_single_hemi(hemi, renderer_interactive_pyvistaqt, brain_gc):
773773
def test_brain_save_movie(tmp_path, renderer, brain_gc, interactive_state):
774774
"""Test saving a movie of a Brain instance."""
775775
imageio_ffmpeg = pytest.importorskip("imageio_ffmpeg")
776-
# TODO: Figure out why this fails -- some imageio_ffmpeg error
777-
if os.getenv("MNE_CI_KIND", "") == "conda" and platform.system() == "Linux":
778-
pytest.skip("Test broken for unknown reason on conda linux")
779776

780777
brain = _create_testing_brain(
781778
hemi="lh", time_viewer=False, cortex=["r", "b"]

0 commit comments

Comments
 (0)