blacklist a couple more

This commit is contained in:
Jean-Paul Calderone 2021-01-11 12:43:30 -05:00
parent fd223136db
commit 6de392fd23

View File

@ -16,6 +16,8 @@ from testtools.matchers import (
BLACKLIST = {
"allmydata.test.check_load",
"allmydata.windows.registry",
"allmydata.windows.fixups",
"allmydata.windows._win_subprocess",
}