Skip to content

Commit 067f4fe

Browse files
meteorcloudycopybara-github
authored andcommitted
Disable SystemMemoryPressureEventTest on macos_arm64
Still failing on macos_arm64: https://buildkite.com/bazel/bazel-bazel/builds/26931#018dcc62-e87c-4acf-8ba1-64f54c55d6da PiperOrigin-RevId: 609045157 Change-Id: I431fc77ca98869d314b0f64ed1d2587c0a2a2354
1 parent be7ed29 commit 067f4fe

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.bazelci/postsubmit.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,8 @@ tasks:
238238
- "//tools/aquery_differ/..."
239239
- "//tools/python/..."
240240
- "//tools/bash/..."
241+
# https://github.com/bazelbuild/bazel/issues/17410
242+
- "-//src/test/java/com/google/devtools/build/lib/platform:SystemMemoryPressureEventTest"
241243
# https://github.com/bazelbuild/bazel/issues/16521 & https://github.com/bazelbuild/bazel/issues/18776
242244
- "-//src/test/shell/bazel/android/..."
243245
- "-//src/tools/android/java/com/google/devtools/build/android/..."

.bazelci/presubmit.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,8 @@ tasks:
296296
- "//tools/aquery_differ/..."
297297
- "//tools/python/..."
298298
- "//tools/bash/..."
299+
# https://github.com/bazelbuild/bazel/issues/17410
300+
- "-//src/test/java/com/google/devtools/build/lib/platform:SystemMemoryPressureEventTest"
299301
# https://github.com/bazelbuild/bazel/issues/16521 & https://github.com/bazelbuild/bazel/issues/18776
300302
- "-//src/test/shell/bazel/android/..."
301303
- "-//src/tools/android/java/com/google/devtools/build/android/..."

0 commit comments

Comments
 (0)