commit | 34e62a07ca6ea7eea189cf21009133ad3c3f8d86 | [log] [tgz] |
---|---|---|
author | Wyatt Hepler <hepler@google.com> | Mon May 04 11:40:32 2020 -0700 |
committer | Wyatt Hepler <hepler@google.com> | Mon May 04 21:11:51 2020 +0000 |
tree | 4ae894e9bf15dba4e9334cf2dde436f9f9b604a5 | |
parent | cb725c17bb01c5b8803e0116cb019d5b589b6b5e [diff] |
pw_presubmit: Remove Bazel from the quick checks The bazel_test check is not currently passing, and may not be needed in the quick presubmit checks anyway. Removing bazel_test for now. Change-Id: Ia3b474800e674f3251d590d98091822031bb0d65
diff --git a/pw_presubmit/py/pw_presubmit/pigweed_presubmit.py b/pw_presubmit/py/pw_presubmit/pigweed_presubmit.py index 670ed1d..71f7ce6 100755 --- a/pw_presubmit/py/pw_presubmit/pigweed_presubmit.py +++ b/pw_presubmit/py/pw_presubmit/pigweed_presubmit.py
@@ -319,7 +319,6 @@ pw_presubmit.pragma_once, gn_clang_build, gn_arm_build, - bazel_test, source_is_in_build_files, python_checks.ALL, )