diff --git a/.bazelrc b/.bazelrc index d7e732067b..58eecc1b82 100644 --- a/.bazelrc +++ b/.bazelrc @@ -83,12 +83,6 @@ query --output=label_kind # By default, failing tests don't print any output, it goes to the log file test --test_output=errors -# Show which actions are run under workers, -# and print all the actions running in parallel. -# Helps to demonstrate that bazel uses all the cores on the machine. -build --experimental_ui -test --experimental_ui - ################################ # Settings for CircleCI # ################################