From fd945755760a1ab9fb4e8a8e40131c51bb3c712e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Thu, 12 Aug 2021 13:51:27 +0200 Subject: test: mark run_watch test as flaky (#11668) --- cli/tests/integration/watcher_tests.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/tests/integration/watcher_tests.rs') 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"); -- cgit v1.2.3