From e95b246c7b87bf2a1d51d2061c72a9824a6ff047 Mon Sep 17 00:00:00 2001 From: Dave Wallace Date: Sun, 18 Sep 2022 22:28:44 -0400 Subject: tests: skip tests failing on ubuntu 22.04 Type: test Signed-off-by: Dave Wallace Change-Id: I218059de5d05680d661f302293475b6c2a7bf81d --- test/test_quic.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/test_quic.py') diff --git a/test/test_quic.py b/test/test_quic.py index 6651d74d036..e7224bcbf61 100644 --- a/test/test_quic.py +++ b/test/test_quic.py @@ -6,7 +6,7 @@ import os import subprocess import signal from config import config -from framework import tag_fixme_vpp_workers +from framework import tag_fixme_vpp_workers, tag_fixme_ubuntu2204 from framework import VppTestCase, VppTestRunner, Worker from vpp_ip_route import VppIpTable, VppIpRoute, VppRoutePath @@ -52,6 +52,7 @@ class QUICAppWorker(Worker): return False +@tag_fixme_ubuntu2204 class QUICTestCase(VppTestCase): """QUIC Test Case""" -- cgit 1.2.3-korg