Skip to content
Snippets Groups Projects
Commit 435bc66d authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

MAINT: mark further tests with xfail

parent 4525bf5d
No related branches found
No related tags found
No related merge requests found
Pipeline #12824 passed
......@@ -166,6 +166,7 @@ def test_call_err():
assert xml.xpath("/Response/script/stderr")[0].text == "err"
@mark.xfail(reason=("package incompatibility: pandas and numexpr"))
def test_run_server_side_script_with_file_as_positional_param():
RecordType("TestRT").insert()
_REMOVE_FILES_AFTERWARDS.append("test_file.txt")
......@@ -191,6 +192,7 @@ def test_run_server_side_script_with_file_as_positional_param():
assert "./.upload_files/test_file.txt" in json_data["files"]
@mark.xfail(reason=("package incompatibility: pandas and numexpr"))
def test_run_server_side_script_with_additional_file():
RecordType("TestRT").insert()
_REMOVE_FILES_AFTERWARDS.append("test_file.txt")
......@@ -214,6 +216,7 @@ def test_run_server_side_script_with_additional_file():
assert "./.upload_files/test_file.txt" in json_data["files"]
@mark.xfail(reason=("package incompatibility: pandas and numexpr"))
def test_diagnostics_basic():
RecordType("TestRT").insert()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment