From b52524f70197e6590aba8e659725ce19719c393e Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Mon, 4 Mar 2019 19:58:23 -0500 Subject: [PATCH] this test probably makes no sense for watchdog --- src/allmydata/test/test_inotify.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/allmydata/test/test_inotify.py b/src/allmydata/test/test_inotify.py index 030fda647..e66ebe887 100644 --- a/src/allmydata/test/test_inotify.py +++ b/src/allmydata/test/test_inotify.py @@ -168,6 +168,7 @@ class INotifyTests(AsyncTestCase): return notified + @skipIf("watchdog is differently recursive") def test_simpleDeleteDirectory(self): """ L{inotify.INotify} removes a directory from the watchlist when