aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/test_bfd.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_bfd.py b/test/test_bfd.py
index 36356c7d4ad..7d87a9207ac 100644
--- a/test/test_bfd.py
+++ b/test/test_bfd.py
@@ -1790,6 +1790,7 @@ class BFDFIBTestCase(VppTestCase):
packet[IPv6].dst)
+@unittest.skipUnless(running_extended_tests, "part of extended tests")
class BFDTunTestCase(VppTestCase):
""" BFD over GRE tunnel """