From e6c6aad7afc3369534df660b3c7a259b93db2eac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Fri, 24 Apr 2026 21:13:23 +0200 Subject: [PATCH] ci: k8s: temporarily remove smb tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit All the CIs are failing on the tests and in order to avoid blocking upstream while allowing enough time for the developers to properly fix it, let's just not execute the test. This commit should be reverted once a fix is proposed. Signed-off-by: Fabiano FidĂȘncio --- tests/integration/kubernetes/run_kubernetes_tests.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/integration/kubernetes/run_kubernetes_tests.sh b/tests/integration/kubernetes/run_kubernetes_tests.sh index 06802f930c..388323a74e 100755 --- a/tests/integration/kubernetes/run_kubernetes_tests.sh +++ b/tests/integration/kubernetes/run_kubernetes_tests.sh @@ -100,7 +100,6 @@ else "k8s-replication.bats" \ "k8s-sandbox-cgroup.bats" \ "k8s-seccomp.bats" \ - "k8s-smb-volume.bats" \ "k8s-sysctls.bats" \ "k8s-security-context.bats" \ "k8s-shared-volume.bats" \