diff --git a/tests/conftest.py b/tests/conftest.py index 74d378ccc..a03b3faaf 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -142,6 +142,9 @@ def node(host, request): pytest.skip( "Not a valid test with dashboard disabled") + if request.node.get_closest_marker("dashboard") and group_names == ['clients']: + pytest.skip('Not a valid test for client node') + data = dict( vars=ansible_vars, docker=docker,