mirror of
https://github.com/denoland/deno.git
synced 2025-03-03 09:31:22 -05:00
test: mark run_watch test as flaky (#11668)
This commit is contained in:
parent
87d69d55ca
commit
fd94575576
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Reference in a new issue