X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2Ftest_fib.py;h=7c08722d8032e42eb942d360bc1692d3d94df5ed;hb=4ee17d859ed2f374997939511078559c26981ad0;hp=0eefcdf8b80961b8a82e9d9e9d8adc66ec878091;hpb=3bab8f9c5396a7bf1115b93a9e0691a76a9ed14c;p=vpp.git diff --git a/test/test_fib.py b/test/test_fib.py index 0eefcdf8b80..7c08722d803 100644 --- a/test/test_fib.py +++ b/test/test_fib.py @@ -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 """