test: mark run_watch test as flaky (#11668)

This commit is contained in:
Bartek Iwańczuk 2021-08-12 13:51:27 +02:00 committed by GitHub
parent 87d69d55ca
commit fd94575576
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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");