Skip to content

Commit

Permalink
Disable flaky/slow test (#27125)
Browse files Browse the repository at this point in the history
  • Loading branch information
emontnemery committed Oct 2, 2019
1 parent 9c49b8d commit 0eb1d49
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/components/ecobee/test_config_flow.py
@@ -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
Expand Down Expand Up @@ -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()
Expand Down

0 comments on commit 0eb1d49

Please sign in to comment.