Skip to content

Commit

Permalink
Skip tests for 1.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bashofmann committed Nov 11, 2024
1 parent 7c99e58 commit 81e72b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/integration/default_installation.bats
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ setup_file() {
}

@test "no startup warnings in logs" {
skip "Skip for 1.12.2 which has a known warning"
run kubectl logs -n qdrant-helm-integration qdrant-0
[ $status -eq 0 ]
[[ "${output}" =~ .*INFO.* ]]
Expand Down

0 comments on commit 81e72b1

Please sign in to comment.