test: Disable services_basic

As detailed in the comment, we disable this test pending a fix for
This commit is contained in:
Tobias Waldekranz
2024-09-26 12:32:13 +02:00
parent e3733982ed
commit 057d255179
+7 -2
View File
@@ -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
[]