Add a couple more platform-specific exceptions

This commit is contained in:
Jean-Paul Calderone 2019-08-13 19:07:44 -04:00
parent 3d2d61f853
commit 9231638d89

View File

@ -16,6 +16,8 @@ from testtools.matchers import (
BLACKLIST = {
"allmydata.test.check_load",
"allmydata.watchdog._watchdog_541",
"allmydata.watchdog.inotify",
"allmydata.windows.inotify",
}