Skip to content

Commit 2d14aa2

Browse files
katrecopybara-github
authored andcommitted
Disable //src/test/shell/integration:aspect_test due to high flakiness
PiperOrigin-RevId: 741494800 Change-Id: Ia02d008fe8fc18a64534bd1077ffacb5dd1e428b
1 parent e132c81 commit 2d14aa2

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.bazelci/presubmit.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ tasks:
4141
- "-//src/test/shell/bazel:bazel_coverage_cc_released_test_gcc"
4242
- "-//src/test/shell/bazel:bazel_coverage_cc_head_test_gcc"
4343
- "-//src/test/shell/bazel:bazel_coverage_sh_test"
44+
# TODO: b/380281737 - Re-enable when not flaky
45+
- "-//src/test/shell/integration:aspect_test"
4446
include_json_profile:
4547
- build
4648
- test
@@ -84,6 +86,8 @@ tasks:
8486
- "//tools/aquery_differ/..."
8587
- "//tools/python/..."
8688
- "//tools/bash/..."
89+
# TODO: b/380281737 - Re-enable when not flaky
90+
- "-//src/test/shell/integration:aspect_test"
8791
include_json_profile:
8892
- build
8993
- test
@@ -137,6 +141,8 @@ tasks:
137141
- "//tools/aquery_differ/..."
138142
- "//tools/python/..."
139143
- "//tools/bash/..."
144+
# TODO: b/380281737 - Re-enable when not flaky
145+
- "-//src/test/shell/integration:aspect_test"
140146
include_json_profile:
141147
- build
142148
- test
@@ -179,6 +185,8 @@ tasks:
179185
- "-//src/test/java/com/google/devtools/build/lib/server:ServerTests"
180186
# Add back a few Apple specific tests
181187
- "+//src/test/shell/bazel/apple/..."
188+
# TODO: b/380281737 - Re-enable when not flaky
189+
- "-//src/test/shell/integration:aspect_test"
182190
include_json_profile:
183191
- build
184192
- test
@@ -218,6 +226,8 @@ tasks:
218226
- "-//src/test/shell/bazel:bazel_bootstrap_distfile_test"
219227
- "-//src/test/shell/bazel:bazel_bootstrap_distfile_tar_test"
220228
- "-//src/test/shell/bazel:bazel_determinism_test"
229+
# TODO: b/380281737 - Re-enable when not flaky
230+
- "-//src/test/shell/integration:aspect_test"
221231
include_json_profile:
222232
- build
223233
- test
@@ -268,6 +278,8 @@ tasks:
268278
- "-//src/test/java/com/google/devtools/build/lib/remote:RemoteTests"
269279
- "-//src/test/shell/bazel/remote/..."
270280
- "-//tools/python:pywrapper_test"
281+
# TODO: b/380281737 - Re-enable when not flaky
282+
- "-//src/test/shell/integration:aspect_test"
271283
include_json_profile:
272284
- build
273285
- test
@@ -340,6 +352,8 @@ tasks:
340352
# Flaky on rbe_ubuntu2004
341353
# https://github.com/bazelbuild/continuous-integration/issues/1631
342354
- "-//src/test/shell/bazel:bazel_sandboxing_networking_test"
355+
# TODO: b/380281737 - Re-enable when not flaky
356+
- "-//src/test/shell/integration:aspect_test"
343357
include_json_profile:
344358
- build
345359
- test

0 commit comments

Comments
 (0)