From aabedf847fcdea73ea29475454e41c0b67642096 Mon Sep 17 00:00:00 2001 From: stevenhorsman Date: Fri, 13 Dec 2024 12:01:38 +0000 Subject: [PATCH] webhook: Skip flakey e2e test The third webhook test is frequently failing (see #2179), so skip this until there is time to investigate and fix it. Signed-off-by: stevenhorsman --- src/webhook/tests/e2e/webhook_tests.bats | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/webhook/tests/e2e/webhook_tests.bats b/src/webhook/tests/e2e/webhook_tests.bats index baf298d51..c78c5cb6a 100644 --- a/src/webhook/tests/e2e/webhook_tests.bats +++ b/src/webhook/tests/e2e/webhook_tests.bats @@ -121,6 +121,8 @@ teardown() { } @test "$test_tags test default parameters can be changed" { + skip "This test is unstable. See issue #2179." + local runtimeclass="kata-wh-test" # Create a dummy runtimeClass to use on this test.