diff --git a/tests/conftest.py b/tests/conftest.py index fc45dc801..f7611397f 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -141,6 +141,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,