From 5cb6f79d2109a5e3846ea0f8e76078c7288b47e4 Mon Sep 17 00:00:00 2001 From: Remi Gau Date: Tue, 7 Nov 2023 16:57:53 +0100 Subject: [PATCH] add xfail --- tests/test_cli.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/test_cli.py b/tests/test_cli.py index 9ff74c6..a94c4c5 100644 --- a/tests/test_cli.py +++ b/tests/test_cli.py @@ -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",