X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvlib%2Ftest%2Ftest_counters.py;h=e4cb85621d0b63481713bf952246520aefd34600;hb=8dc0d488e62323a6f2814a74130934f5ed2bf724;hp=5c63308fcb0e9f0de318d0562b3f78af83794ef2;hpb=d5d253d618d7c381cfc9d1b557b5242e2dd2c2e7;p=vpp.git diff --git a/src/vlib/test/test_counters.py b/src/vlib/test/test_counters.py index 5c63308fcb0..e4cb85621d0 100644 --- a/src/vlib/test/test_counters.py +++ b/src/vlib/test/test_counters.py @@ -1,8 +1,10 @@ #!/usr/bin/env python3 from framework import VppTestCase +from framework import tag_fixme_vpp_workers +@tag_fixme_vpp_workers class TestCounters(VppTestCase): """ Counters C Unit Tests """