mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 21:57:51 +00:00
Skip flaky light.group test [skipci] (#12847)
This commit is contained in:
parent
e20e0425b1
commit
4e03176634
@ -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…
x
Reference in New Issue
Block a user