diff --git a/pkgs/watcher/test/directory_watcher/shared.dart b/pkgs/watcher/test/directory_watcher/shared.dart index 816d2a2fa..10541cf8d 100644 --- a/pkgs/watcher/test/directory_watcher/shared.dart +++ b/pkgs/watcher/test/directory_watcher/shared.dart @@ -363,11 +363,6 @@ void sharedTests() { ]); }); } - - writeFile('a/b/c/d/file.txt'); - await inAnyOrder([ - isAddEvent('a/b/c/d/file.txt'), - ]); }); }); }