Skip to content

Commit

Permalink
add another
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi-Gau committed Sep 5, 2024
1 parent 5fc375f commit a9f9fae
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/test_edf2bids.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ def _check_output_content(output_dir, input_file, eye=1):
@pytest.mark.parametrize(
"folder",
[
"lt",
"pitracker",
"rest",
"vergence",
Expand All @@ -108,9 +107,7 @@ def test_edf_end_to_end_all(eyelink_test_data_dir, folder):
@pytest.mark.xfail(reason="Output is not a continuous recording. See #69.")
@pytest.mark.parametrize(
"folder",
[
"emg",
],
["emg", "lt"],
)
@pytest.mark.skipif(not _check_edf2asc_present(), reason="edf2asc missing")
def test_edf_end_to_end_emg_xfail(eyelink_test_data_dir, folder):
Expand Down

0 comments on commit a9f9fae

Please sign in to comment.