Skip to content

Commit 13f45d9

Browse files
removing one test
1 parent 471e130 commit 13f45d9

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

mne_bids/tests/test_fileio.py

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -566,18 +566,3 @@ def test_environment_variable_invalid_timeout(tmp_path, monkeypatch):
566566

567567
# Should fall back to default
568568
assert mne_bids._fileio.DEFAULT_LOCK_TIMEOUT == 60.0
569-
570-
571-
def test_environment_variable_negative_timeout(tmp_path, monkeypatch):
572-
"""Test DEFAULT_LOCK_TIMEOUT with negative environment variable."""
573-
monkeypatch.setenv("MNE_BIDS_FILELOCK_TIMEOUT", "-10")
574-
575-
# Import after setting env var
576-
import importlib
577-
578-
import mne_bids._fileio
579-
580-
importlib.reload(mne_bids._fileio)
581-
582-
# Should fall back to default
583-
assert mne_bids._fileio.DEFAULT_LOCK_TIMEOUT == 60.0

0 commit comments

Comments
 (0)