1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00

disable test_watch integration test (#10594)

This commit is contained in:
Bartek Iwańczuk 2021-05-11 22:09:44 +02:00 committed by GitHub
parent 635253bd3a
commit 8d88a83b88
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1013,7 +1013,8 @@ mod integration {
temp_directory.close().unwrap();
}
#[cfg(unix)]
// TODO(bartlomieju): flaky (https://github.com/denoland/deno/issues/10552)
#[ignore]
#[test]
fn test_watch() {
macro_rules! assert_contains {