From 1fccd8e95821a05a0c4b8ad2a3e3bde651712db7 Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Wed, 16 Aug 2017 19:22:22 -0400 Subject: [PATCH] Exclude eigrp test from running normally yet Signed-off-by: Donald Sharp --- 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 9dbe3834c2..1857c2237c 100644 --- a/tests/topotests/pytest.ini +++ b/tests/topotests/pytest.ini @@ -1,6 +1,6 @@ # Skip pytests example directory [pytest] -norecursedirs = .git example-test +norecursedirs = .git example-test eigrp-topo1 [topogen] # Default configuration values -- 2.39.5