Skip flaky light.group test [skipci] (#12847)
This commit is contained in:
parent
e20e0425b1
commit
4e03176634
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
||||||
from unittest.mock import MagicMock
|
from unittest.mock import MagicMock
|
||||||
|
|
||||||
import asynctest
|
import asynctest
|
||||||
|
import pytest
|
||||||
|
|
||||||
from homeassistant.components import light
|
from homeassistant.components import light
|
||||||
from homeassistant.components.light import group
|
from homeassistant.components.light import group
|
||||||
|
@ -316,6 +317,7 @@ async def test_supported_features(hass):
|
||||||
assert state.attributes['supported_features'] == 41
|
assert state.attributes['supported_features'] == 41
|
||||||
|
|
||||||
|
|
||||||
|
@pytest.mark.skip
|
||||||
async def test_service_calls(hass):
|
async def test_service_calls(hass):
|
||||||
"""Test service calls."""
|
"""Test service calls."""
|
||||||
await async_setup_component(hass, 'light', {'light': [
|
await async_setup_component(hass, 'light', {'light': [
|
||||||
|
|
Loading…
Add table
Reference in a new issue