diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2021-08-12 13:51:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-12 13:51:27 +0200 |
commit | fd945755760a1ab9fb4e8a8e40131c51bb3c712e (patch) | |
tree | e8b444fc8fdfa53a0e59c9c362affa3b81613412 | |
parent | 87d69d55cadc4fed99ebbcba1adeb1f26d32ff87 (diff) |
test: mark run_watch test as flaky (#11668)
-rw-r--r-- | cli/tests/integration/watcher_tests.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/integration/watcher_tests.rs b/cli/tests/integration/watcher_tests.rs index 8b03ae470..dff7e09bf 100644 --- a/cli/tests/integration/watcher_tests.rs +++ b/cli/tests/integration/watcher_tests.rs @@ -216,7 +216,7 @@ fn bundle_watch_not_exit() { drop(t); } -#[test] +#[flaky_test::flaky_test] fn run_watch() { let t = TempDir::new().expect("tempdir fail"); let file_to_watch = t.path().join("file_to_watch.js"); |