From cbda7500809af0edd9094d66f2f1caf89335df0b Mon Sep 17 00:00:00 2001 From: Martin Winter Date: Fri, 13 Sep 2019 01:58:58 +0200 Subject: [PATCH] tests: Disable bgp-ecmp-topo2 topotest until proper fix is developed Signed-off-by: Martin Winter --- tests/topotests/pytest.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/topotests/pytest.ini b/tests/topotests/pytest.ini index ade5bfd501..b65f93856f 100644 --- a/tests/topotests/pytest.ini +++ b/tests/topotests/pytest.ini @@ -1,6 +1,6 @@ # Skip pytests example directory [pytest] -norecursedirs = .git example-test example-topojson-test lib docker +norecursedirs = .git example-test example-topojson-test lib docker bgp-ecmp-topo2 [topogen] # Default configuration values -- 2.39.5