From e3d92369271b7aaa2815fef8c39a7b97ffba565c Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Wed, 30 Aug 2023 10:00:30 +0200 Subject: [PATCH] test: disable flaky services_basic test See issue #126 for details. Signed-off-by: Joachim Wiberg --- test/case/all.yaml | 4 ++-- test/case/infix_services/all.yaml | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/test/case/all.yaml b/test/case/all.yaml index a024a416..74ef7c7b 100644 --- a/test/case/all.yaml +++ b/test/case/all.yaml @@ -10,5 +10,5 @@ - name: infix-interfaces suite: infix_interfaces/all.yaml -- name: infix-services - suite: infix_services/all.yaml +#- name: infix-services +# suite: infix_services/all.yaml diff --git a/test/case/infix_services/all.yaml b/test/case/infix_services/all.yaml index 6c38f301..2d15bafd 100644 --- a/test/case/infix_services/all.yaml +++ b/test/case/infix_services/all.yaml @@ -1,2 +1,3 @@ --- -- case: services_basic.py +# Too flaky, disabled for now, needs an LLDP discovery/client function +#- case: services_basic.py