fix tests

This commit is contained in:
Richard van der Hoff 2017-03-23 13:20:08 +00:00
parent 5a16cb4bf0
commit 0bfea9a2be
2 changed files with 3 additions and 1 deletions

View file

@ -93,6 +93,7 @@ class DirectoryTestCase(unittest.TestCase):
"room_alias": "#another:remote",
},
retry_on_dns_fail=False,
ignore_backoff=True,
)
@defer.inlineCallbacks