mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
Disable MQTT camera test (#7164)
This commit is contained in:
parent
15d8f8b827
commit
5574686d74
@ -1,10 +1,13 @@
|
|||||||
"""The tests for mqtt camera component."""
|
"""The tests for mqtt camera component."""
|
||||||
import asyncio
|
import asyncio
|
||||||
|
|
||||||
|
import pytest
|
||||||
|
|
||||||
from homeassistant.setup import async_setup_component
|
from homeassistant.setup import async_setup_component
|
||||||
import homeassistant.components.mqtt as mqtt
|
import homeassistant.components.mqtt as mqtt
|
||||||
|
|
||||||
|
|
||||||
|
@pytest.mark.skip
|
||||||
@asyncio.coroutine
|
@asyncio.coroutine
|
||||||
def test_run_camera_setup(hass, test_client):
|
def test_run_camera_setup(hass, test_client):
|
||||||
"""Test that it fetches the given dispatcher data."""
|
"""Test that it fetches the given dispatcher data."""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user