tests: tag the tests that do not work with multi-worker configuration
[vpp.git] / src / vnet / fib / test / test_fib.py
index 0eefcdf..7c08722 100644 (file)
@@ -2,9 +2,11 @@
 
 import unittest
 
+from framework import tag_fixme_vpp_workers
 from framework import VppTestCase, VppTestRunner
 
 
+@tag_fixme_vpp_workers
 class TestFIB(VppTestCase):
     """ FIB Test Case """