mirror of
https://github.com/home-assistant/core.git
synced 2025-08-06 22:25:13 +02:00
Disable flaky/slow test (#27125)
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
"""Tests for the ecobee config flow."""
|
||||
import pytest
|
||||
from unittest.mock import patch
|
||||
|
||||
from pyecobee import ECOBEE_API_KEY, ECOBEE_REFRESH_TOKEN
|
||||
@@ -116,6 +117,7 @@ async def test_token_request_fails(hass):
|
||||
assert result["description_placeholders"] == {"pin": "test-pin"}
|
||||
|
||||
|
||||
@pytest.mark.skip(reason="Flaky/slow")
|
||||
async def test_import_flow_triggered_but_no_ecobee_conf(hass):
|
||||
"""Test expected result if import flow triggers but ecobee.conf doesn't exist."""
|
||||
flow = config_flow.EcobeeFlowHandler()
|
||||
|
Reference in New Issue
Block a user