summaryrefslogtreecommitdiff
path: root/tests/test_scripting.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_scripting.py')
-rw-r--r--tests/test_scripting.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_scripting.py b/tests/test_scripting.py
index 352f3ba..7614b12 100644
--- a/tests/test_scripting.py
+++ b/tests/test_scripting.py
@@ -22,6 +22,7 @@ return "hello " .. name
"""
+@pytest.mark.onlynoncluster
class TestScripting:
@pytest.fixture(autouse=True)
def reset_scripts(self, r):