Closed
Description
System tests for logging are failing like this currently:
_____________________________________________________________________________________________________ TestLogging.test_log_handler_sync ______________________________________________________________________________________________________
Traceback (most recent call last):
File "/Users/crwilcox/workspace/google-cloud-python/logging/tests/system/test_system.py", line 264, in test_log_handler_sync
entries = _list_entries(logger)
File "/Users/crwilcox/workspace/google-cloud-python/logging/tests/system/test_system.py", line 67, in _list_entries
return outer(logger)
File "/Users/crwilcox/workspace/google-cloud-python/logging/.nox/sys-3-6/lib/python3.6/site-packages/test_utils/retry.py", line 95, in wrapped_function
return to_wrap(*args, **kwargs)
File "/Users/crwilcox/workspace/google-cloud-python/logging/.nox/sys-3-6/lib/python3.6/site-packages/test_utils/retry.py", line 155, in wrapped_function
raise BackoffFailed()
test_utils.retry.BackoffFailed