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

FIX: mark test that is only meaningful with local server

parent 6936072a
No related branches found
No related tags found
No related merge requests found
......@@ -395,6 +395,7 @@ def test_anonymous_script_calling_success():
assert xml.xpath("/Response/script/@code")[0] == "0"
@mark.local_server
def test_evil_path():
subdir = os.path.join(_SERVER_SIDE_SCRIPTING_BIN_DIR_LOCAL, "subdir")
if not os.path.exists(subdir):
......
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