mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +00:00
Add note for using xfail on test for mqtt_statestream (#91999)
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
This commit is contained in:
parent
aab7dffdb9
commit
62bb584522
@ -96,6 +96,9 @@ async def test_setup_and_stop_waits_for_ha(
|
||||
mqtt_mock.async_publish.assert_not_called()
|
||||
|
||||
|
||||
# We use xfail with this test because there is an unhandled exception
|
||||
# in a background task in this test.
|
||||
# The exception is raised by mqtt.async_publish.
|
||||
@pytest.mark.xfail()
|
||||
async def test_startup_no_mqtt(
|
||||
hass: HomeAssistant, caplog: pytest.LogCaptureFixture
|
||||
|
Loading…
x
Reference in New Issue
Block a user