From 8ad5205edf5c0273e4c88104ec992d02986e605b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20tom=20W=C3=B6rden?= <henrik@trineo.org>
Date: Tue, 23 Feb 2021 13:13:37 +0100
Subject: [PATCH] FIX: mark test that is only meaningful with local server

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

diff --git a/tests/test_server_side_scripting.py b/tests/test_server_side_scripting.py
index 96172dd..d3ce2e7 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):
-- 
GitLab