From 649093c0ecf4f89d93ef126b44609e063650be64 Mon Sep 17 00:00:00 2001 From: Joey Perrott Date: Tue, 29 Oct 2019 08:58:58 -0700 Subject: [PATCH] build: remove --nowatchfs flag as --watchfs is a noop on windows now (#33471) PR Close #33471 --- .bazelrc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.bazelrc b/.bazelrc index dfda34a952fb3..70fa3664ef01b 100644 --- a/.bazelrc +++ b/.bazelrc @@ -18,10 +18,6 @@ test:debug --test_arg=--node_options=--inspect-brk --test_output=streamed --test # See https://github.com/bazelbuild/bazel/issues/4603 build --symlink_prefix=dist/ -# Disable watchfs as it causes tests to be flaky on Windows -# https://github.com/angular/angular/issues/29541 -build --nowatchfs - # Turn off legacy external runfiles run --nolegacy_external_runfiles test --nolegacy_external_runfiles