From 967d5afb425917eea630a368c269a78c7d13b13f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Wed, 8 Jan 2025 13:44:06 +0100 Subject: [PATCH] Revert "tests: k8s: Skip one of the empty-dir tests" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 9aea7456fb9ee58ebe55c1fe4764d0cdffd6c01e. Signed-off-by: Fabiano FidĂȘncio --- tests/integration/kubernetes/k8s-empty-dirs.bats | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/integration/kubernetes/k8s-empty-dirs.bats b/tests/integration/kubernetes/k8s-empty-dirs.bats index 74d6cb5d04..d414065a78 100644 --- a/tests/integration/kubernetes/k8s-empty-dirs.bats +++ b/tests/integration/kubernetes/k8s-empty-dirs.bats @@ -45,8 +45,6 @@ setup() { } @test "Empty dir volume when FSGroup is specified with non-root container" { - skip "See: https://github.com/kata-containers/kata-containers/issues/10706" - # This is a reproducer of k8s e2e "[sig-storage] EmptyDir volumes when FSGroup is specified [LinuxOnly] [NodeFeature:FSGroup] new files should be created with FSGroup ownership when container is non-root" test pod_file="${pod_config_dir}/pod-empty-dir-fsgroup.yaml" agnhost_name="${container_images_agnhost_name}"