build: add ability to disable some plugins from packaging and tests
[vpp.git] / test / asf / test_quic.py
index 4f816a3..0d615d5 100644 (file)
@@ -52,6 +52,7 @@ class QUICAppWorker(Worker):
         return False
 
 
+@unittest.skipIf("quic" in config.excluded_plugins, "Exclude QUIC plugin tests")
 class QUICTestCase(VppTestCase):
     """QUIC Test Case"""