From dacfbef265211faff896bca13d47b35c550b4607 Mon Sep 17 00:00:00 2001 From: Garrett Settles <93551634+gsettles01@users.noreply.github.com> Date: Wed, 16 Sep 2026 10:36:21 -0700 Subject: [PATCH] test(flannel): disable enforcement of legacy flannel wrapper tests (#74) (cherry picked from commit 6a53434b1db4976ed3cdbcafa016b95dfc5e82e1) --- acl/tests/kola_enforcing.yaml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/acl/tests/kola_enforcing.yaml b/acl/tests/kola_enforcing.yaml index 46a4babdfe7..a823c2e3df0 100644 --- a/acl/tests/kola_enforcing.yaml +++ b/acl/tests/kola_enforcing.yaml @@ -29,20 +29,6 @@ tests: - platforms: [azure] reason: Azure version depends on discovery.etcd.io, which is unmaintained. - - name: acl.flannel.udp - exceptions: - - architectures: [aarch64] - reason: Flannel UDP coverage is registered only for amd64 - - platforms: [azure] - reason: Azure version depends on discovery.etcd.io, which is unmaintained. - - name: acl.flannel.vxlan - exceptions: - - platforms: [qemu] - architectures: [aarch64] - reason: Flakiness on TCG-emulated arm64 in aclmain, failures due to slow device enumeration. - - platforms: [azure] - reason: Azure version depends on discovery.etcd.io, which is unmaintained. - - name: acl.internet exceptions: - platforms: [qemu]