Skip to content

Commit

Permalink
Temporarily disable jdeps_test to work around bazelbuild#12685
Browse files Browse the repository at this point in the history
There's no testing on RBE in postsubmit (why?) so we only need to disable it in presubmit.

PiperOrigin-RevId: 346944290
  • Loading branch information
meisterT authored and mai93 committed Dec 16, 2020
1 parent 6207bda commit 8520ca5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,8 @@ tasks:
# See https://github.com/bazelbuild/bazel/issues/8162 (also disabled for local exec)
- "-//src/java_tools/buildjar/..."
- "-//src/java_tools/import_deps_checker/..."
# See https://github.com/bazelbuild/bazel/issues/12685
- "-//src/test/shell/bazel:jdeps_test"
kythe_ubuntu2004:
shell_commands:
- sed -i.bak -e 's/^# android_sdk_repository/android_sdk_repository/'
Expand Down

0 comments on commit 8520ca5

Please sign in to comment.