From 3b9595e91ce429b4f04f76d9c30caff0c397903e Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Wed, 5 Feb 2025 08:16:03 -0500 Subject: [PATCH] tests: Remove improper pymark Signed-off-by: Donald Sharp --- tests/topotests/sbfd_topo1/test_sbfd_topo1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/topotests/sbfd_topo1/test_sbfd_topo1.py b/tests/topotests/sbfd_topo1/test_sbfd_topo1.py index e20902ebf5..274fbe6138 100644 --- a/tests/topotests/sbfd_topo1/test_sbfd_topo1.py +++ b/tests/topotests/sbfd_topo1/test_sbfd_topo1.py @@ -56,7 +56,7 @@ test_sbfd_topo1.py: test simple sbfd with IPv6 encap. RT1 is sbfd Initiator, RT2 +----+----+ +----+----+ """ -pytestmark = [pytest.mark.bfdd, pytest.mark.sbfd] +pytestmark = [pytest.mark.bfdd] def show_bfd_check(router, status, type='echo', encap=None): output = router.cmd("vtysh -c 'show bfd peers'") -- 2.39.5