Skip to content

Commit

Permalink
add xfail
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi-Gau committed Nov 7, 2023
1 parent 04f809c commit 5cb6f79
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ def test_edf_cli(use_relative_path, metadata_file, output_dir, eyelink_test_data
"input_file", edf_test_files(input_dir=data_dir() / "osf" / "eyelink")
)
def test_all_edf_files(input_file):
if "decision" in str(input_file):
pytest.xfail("Dataset decision is known to fail for now.")
command = [
"eye2bids",
"--input_file",
Expand Down

0 comments on commit 5cb6f79

Please sign in to comment.