mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +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."""
|
||||
import asyncio
|
||||
|
||||
import pytest
|
||||
|
||||
from homeassistant.setup import async_setup_component
|
||||
import homeassistant.components.mqtt as mqtt
|
||||
|
||||
|
||||
@pytest.mark.skip
|
||||
@asyncio.coroutine
|
||||
def test_run_camera_setup(hass, test_client):
|
||||
"""Test that it fetches the given dispatcher data."""
|
||||
|
Loading…
x
Reference in New Issue
Block a user