tests: k8s: Skip one of the empty-dir tests

An issue has been created for this, and we should fix the issue before
the next release.  However, for now, let's unblock the kernel bump and
have the test skipped.

Reference: https://github.com/kata-containers/kata-containers/issues/10706

Signed-off-by: Fabiano Fidêncio <fabiano@fidencio.org>
This commit is contained in:
Fabiano Fidêncio 2025-01-06 18:42:10 +01:00
parent 44ff602c64
commit 9aea7456fb

View File

@ -45,6 +45,8 @@ 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}"