mirror of
https://github.com/denoland/deno.git
synced 2024-11-25 15:29:32 -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();
|
temp_directory.close().unwrap();
|
||||||
}
|
}
|
||||||
|
|
||||||
#[cfg(unix)]
|
// TODO(bartlomieju): flaky (https://github.com/denoland/deno/issues/10552)
|
||||||
|
#[ignore]
|
||||||
#[test]
|
#[test]
|
||||||
fn test_watch() {
|
fn test_watch() {
|
||||||
macro_rules! assert_contains {
|
macro_rules! assert_contains {
|
||||||
|
|
Loading…
Reference in a new issue