X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2Fasf%2Ftest_quic.py;h=0d615d521328817c4c3f28f84af7ecd5dbbeffb5;hb=bc37878ec;hp=4f816a36f0cd518ee0e8c3a0ce48b4510363b0b6;hpb=08057947f3da441d571420d4594ce1e3888516ea;p=vpp.git 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"""