Skip to content

Commit 4dd531d

Browse files
authored
Skiping few tests which are failing in downstream (#559)
CI : https://buildkite.com/bazel/bazel-at-head-plus-downstream/builds/4511#_ Bazel Examples (tutorial-rust (Rust Vendored Deps) : #553 Bazel Examples (frontend (basics_macos_lts), Bazel Examples (frontend (basics_linux_lts) : #556 (comment) CC Greenteam : @meteorcloudy
1 parent dc5d3e1 commit 4dd531d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.bazelci/frontend.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ basics: &basics
2323
working_directory: ../frontend
2424
build_targets:
2525
- "..."
26+
skip_in_bazel_downstream_pipeline: "https://github.com/bazelbuild/examples/issues/556#issuecomment-2699827825"
2627
test_targets:
2728
- "..."
2829

.bazelci/tutorial-rust.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ tasks:
5050
- "//thirdparty:crates_vendor"
5151
build_targets:
5252
- "//..."
53+
skip_in_bazel_downstream_pipeline: "https://github.com/bazelbuild/examples/issues/553"
5354
rust-08-grpc-client-server-linux:
5455
name: "Rust grpc"
5556
platform: ubuntu2204

0 commit comments

Comments
 (0)