hsa: fix builtin echo apps with multiple workers
[vpp.git] / test / test_tcp.py
index 4ceb46e..f8e5105 100644 (file)
@@ -2,12 +2,10 @@
 
 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 """