Skip to content

Commit

Permalink
Re-enable tests that were disabled due CI infra flake
Browse files Browse the repository at this point in the history
Tests on macOS arm64 should be much more stable after bumping VM specs.

Also bumped the size of disk_cache_test as it sometimes timeout on Linux.

Closes #23726

PiperOrigin-RevId: 684412631
Change-Id: I5485f839aee0c3a1012196c6628eda9535985b82
  • Loading branch information
meteorcloudy authored and copybara-github committed Oct 10, 2024
1 parent 78b8871 commit efa0303
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,14 +217,6 @@ tasks:
- "-//src/test/java/com/google/devtools/build/lib/platform:SystemMemoryPressureEventTest"
# Disable android tests since we are moving Android rules out of Bazel repo.
- "-//src/test/shell/bazel:bazel_android_tools_test"
# https://github.com/bazelbuild/bazel/issues/23726
- "-//src/test/shell/bazel:bazel_determinism_test"
- "-//src/test/shell/bazel:bazel_bootstrap_distfile_tar_test"
- "-//src/test/shell/bazel:bazel_bootstrap_distfile_test"
# Temporarily disable python and shell integration tests
# TODO(pcloudy): Re-enable these tests after fixing https://github.com/bazelbuild/bazel/issues/23726
- "-//src/test/shell/..."
- "-//src/test/py/..."
include_json_profile:
- build
- test
Expand Down
2 changes: 1 addition & 1 deletion src/test/shell/bazel/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -910,7 +910,7 @@ sh_test(

sh_test(
name = "disk_cache_test",
size = "small",
size = "medium",
srcs = ["disk_cache_test.sh"],
data = [":test-deps"],
tags = ["no_windows"],
Expand Down

0 comments on commit efa0303

Please sign in to comment.