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:
parent
635253bd3a
commit
8d88a83b88
1 changed files with 2 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue