tests: tag the tests that do not work with multi-worker configuration
[vpp.git] / src / plugins / l2tp / test / test_l2tp.py
index c57b591..5a66523 100644 (file)
@@ -5,9 +5,11 @@ import unittest
 from scapy.layers.l2 import Ether
 from scapy.layers.inet6 import IPv6
 
+from framework import tag_fixme_vpp_workers
 from framework import VppTestCase
 
 
+@tag_fixme_vpp_workers
 class TestL2tp(VppTestCase):
     """ L2TP Test Case """