diff --git a/tests/test_server_side_scripting.py b/tests/test_server_side_scripting.py index 96172dd2fcbe8bfbe6fce1f2ca1494e410c561d6..d3ce2e7145976c386accdd744b436f6b2d83a154 100644 --- a/tests/test_server_side_scripting.py +++ b/tests/test_server_side_scripting.py @@ -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):