aboutsummaryrefslogtreecommitdiffstats
path: root/test/asf/test_quic.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/asf/test_quic.py')
-rw-r--r--test/asf/test_quic.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/asf/test_quic.py b/test/asf/test_quic.py
index 4f816a36f0c..0d615d52132 100644
--- a/test/asf/test_quic.py
+++ b/test/asf/test_quic.py
@@ -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"""