From 45a3e0bc2aece19bb2970905231b97dc3a86568b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Gronowski?= Date: Thu, 3 Sep 2026 22:12:34 +0200 Subject: [PATCH] e2e/container: Skip umask test until engine support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Paweł Gronowski --- e2e/container/run_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/e2e/container/run_test.go b/e2e/container/run_test.go index 9151131a47..d45fe0865d 100644 --- a/e2e/container/run_test.go +++ b/e2e/container/run_test.go @@ -112,6 +112,7 @@ func TestRunWithCgroupNamespace(t *testing.T) { func TestRunUmask(t *testing.T) { environment.SkipIfDaemonNotLinux(t) + t.Skip("FIXME: un-skip once e2e tests v29.8.0") testCases := []struct { name string