Why skip it? It works.

This commit is contained in:
Jean-Paul Calderone 2019-01-29 10:42:00 -05:00
parent 37cb9a1284
commit 76a6f2d710

View File

@ -213,7 +213,6 @@ class INotifyTests(unittest.TestCase):
self.assertEqual(
set(inotify.humanReadableMask(checkMask)),
set(['close_write', 'access', 'open']))
test_humanReadableMask.skip = True
def test_recursiveWatch(self):