Make subdirectory robustness test less strict (#2185)

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