Skip to content
Snippets Groups Projects
Verified Commit 31ffd315 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

mark a test in test_file.py as xfail

parent e688ef87
No related branches found
No related tags found
1 merge request!53Draft: ENH: file system: import
Pipeline #25022 failed
...@@ -873,6 +873,7 @@ def test_import_directoy(): ...@@ -873,6 +873,7 @@ def test_import_directoy():
pass pass
@mark.xfail(reason="Wait for implementation in the server")
def test_import_directoy_recursively(): def test_import_directoy_recursively():
path = get_config().get("IntegrationTests", path = get_config().get("IntegrationTests",
"test_files.test_import_files_in_dir.local") + "testfolder/" "test_files.test_import_files_in_dir.local") + "testfolder/"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment