aboutsummaryrefslogtreecommitdiffstats
path: root/src/vlib/test/test_counters.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/vlib/test/test_counters.py')
-rw-r--r--src/vlib/test/test_counters.py2
1 files changed, 2 insertions, 0 deletions
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 """