change: do not raise error if failed to get client/server address info

This commit is contained in:
debugtalk
2020-06-18 19:21:57 +08:00
parent 2c0f7f2027
commit ec44faa62b
3 changed files with 6 additions and 7 deletions

View File

@@ -27,10 +27,6 @@ class TeardownHooksFailure(MyBaseFailure):
pass
class NetworkFailure(MyBaseFailure):
pass
""" error type exceptions
these exceptions will mark test as error
"""