Skip flaky light.group test [skipci] (#12847)

This commit is contained in:
Paulus Schoutsen 2018-03-02 11:19:19 -08:00 committed by GitHub
parent e20e0425b1
commit 4e03176634
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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': [