From 057d2551791a449b4cfbbd05126582811dad603b Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Thu, 26 Sep 2024 10:41:05 +0200 Subject: [PATCH] test: Disable services_basic As detailed in the comment, we disable this test pending a fix for --- test/case/infix_services/infix_services.yaml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/test/case/infix_services/infix_services.yaml b/test/case/infix_services/infix_services.yaml index 1e208be7..8ed50c21 100644 --- a/test/case/infix_services/infix_services.yaml +++ b/test/case/infix_services/infix_services.yaml @@ -1,4 +1,9 @@ --- -- name: services_basic - case: services_basic/test.py +# Disabled, see #654 for more information. Once that issue is fixed, +# we should split this test into service_mdns and service_lldp, where +# the LLDP test can be skipped if there are no links available that +# are transparent with respect to IEEE link-local multicast. +#- name: services_basic +# case: services_basic/test.py +[]