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,
 )