Skip to content

Commit

Permalink
webhook: Skip flakey e2e test
Browse files Browse the repository at this point in the history
The third webhook test is frequently failing (see confidential-containers#2179),
so skip this until there is time to investigate and fix it.

Signed-off-by: stevenhorsman <[email protected]>
  • Loading branch information
stevenhorsman committed Dec 11, 2024
1 parent b79b771 commit 091e205
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/webhook/tests/e2e/webhook_tests.bats
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 091e205

Please sign in to comment.