From af57c38280979977e6b85f666121bc954135afae Mon Sep 17 00:00:00 2001 From: phlax Date: Tue, 16 Apr 2024 14:23:36 +0100 Subject: [PATCH] ci/examples: Expect failure of `lua-cluster-specifier` example (#33534) Signed-off-by: Ryan Northey --- ci/verify_examples.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci/verify_examples.sh b/ci/verify_examples.sh index 28ac5dfe9b15d..9e551197f2e9c 100755 --- a/ci/verify_examples.sh +++ b/ci/verify_examples.sh @@ -17,6 +17,8 @@ FLAKY_SANDBOXES=( local_ratelimit # https://github.com/envoyproxy/envoy/issues/31333 locality-load-balancing + # https://github.com/envoyproxy/envoy/issues/33533 + lua-cluster-specifier # https://github.com/envoyproxy/envoy/issues/28541 wasm-cc # https://github.com/envoyproxy/envoy/issues/28546