tests: tag the tests that do not work with multi-worker configuration
[vpp.git] / test / test_tcp.py
index f8e5105..4ceb46e 100644 (file)
@@ -2,10 +2,12 @@
 
 import unittest
 
+from framework import tag_fixme_vpp_workers
 from framework import VppTestCase, VppTestRunner
 from vpp_ip_route import VppIpTable, VppIpRoute, VppRoutePath
 
 
+@tag_fixme_vpp_workers
 class TestTCP(VppTestCase):
     """ TCP Test Case """