diff --git a/testsuite/tests/singlecluster/authorino/metrics/test_deep_metrics.py b/testsuite/tests/singlecluster/authorino/metrics/test_deep_metrics.py index 04128899..3925d445 100644 --- a/testsuite/tests/singlecluster/authorino/metrics/test_deep_metrics.py +++ b/testsuite/tests/singlecluster/authorino/metrics/test_deep_metrics.py @@ -4,7 +4,7 @@ from testsuite.kuadrant.policy.authorization import Value, JsonResponse -pytestmark = [pytest.mark.authorino] +pytestmark = [pytest.mark.authorino, pytest.mark.standalone_only] @pytest.fixture(scope="module")