From 4e03176634678e16efa956a2f153994a8c4a5d97 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Fri, 2 Mar 2018 11:19:19 -0800 Subject: [PATCH] Skip flaky light.group test [skipci] (#12847) --- tests/components/light/test_group.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/components/light/test_group.py b/tests/components/light/test_group.py index ac19f407066..c97a5ae9efe 100644 --- a/tests/components/light/test_group.py +++ b/tests/components/light/test_group.py @@ -2,6 +2,7 @@ from unittest.mock import MagicMock import asynctest +import pytest from homeassistant.components import light from homeassistant.components.light import group @@ -316,6 +317,7 @@ async def test_supported_features(hass): assert state.attributes['supported_features'] == 41 +@pytest.mark.skip async def test_service_calls(hass): """Test service calls.""" await async_setup_component(hass, 'light', {'light': [