Log unhandled loop exception traces when asyncio debug is on (#57602)
This commit is contained in:
parent
f92fe38bbd
commit
6576225c48
3 changed files with 36 additions and 3 deletions
|
@ -1,5 +1,11 @@
|
|||
"""List of tests that have uncaught exceptions today. Will be shrunk over time."""
|
||||
IGNORE_UNCAUGHT_EXCEPTIONS = [
|
||||
(
|
||||
# This test explicitly throws an uncaught exception
|
||||
# and should not be removed.
|
||||
"tests.test_runner",
|
||||
"test_unhandled_exception_traceback",
|
||||
),
|
||||
(
|
||||
"test_homeassistant_bridge",
|
||||
"test_homeassistant_bridge_fan_setup",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue