tests: tag the tests that do not work with multi-worker configuration
[vpp.git] / src / vlib / test / test_counters.py
index 5c63308..e4cb856 100644 (file)
@@ -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 """