From c2e797c8def68044b046eaf03ab1fc01948f73bf Mon Sep 17 00:00:00 2001 From: Andrii Nakryiko Date: Wed, 25 Jan 2023 16:18:49 -0800 Subject: [PATCH] ci: temporarily denylist decap_sanity test It is mysteriously fails in CI, for now don't run it. Signed-off-by: Andrii Nakryiko --- ci/vmtest/configs/DENYLIST-latest | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/vmtest/configs/DENYLIST-latest b/ci/vmtest/configs/DENYLIST-latest index e69de29..ebebe9f 100644 --- a/ci/vmtest/configs/DENYLIST-latest +++ b/ci/vmtest/configs/DENYLIST-latest @@ -0,0 +1 @@ +decap_sanity # weird failure with decap_sanity_ns netns already existing, TBD