From 31ffd3151c567fc6ed4aa98f21ac25ca7c6dd788 Mon Sep 17 00:00:00 2001
From: Timm Fitschen <t.fitschen@indiscale.com>
Date: Wed, 29 Jun 2022 15:32:44 +0200
Subject: [PATCH] mark a test in test_file.py as xfail

---
 tests/test_file.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/test_file.py b/tests/test_file.py
index b048e76..f5411d6 100644
--- a/tests/test_file.py
+++ b/tests/test_file.py
@@ -873,6 +873,7 @@ def test_import_directoy():
             pass
 
 
+@mark.xfail(reason="Wait for implementation in the server")
 def test_import_directoy_recursively():
     path = get_config().get("IntegrationTests",
                             "test_files.test_import_files_in_dir.local") + "testfolder/"
-- 
GitLab