Disable MQTT camera test (#7164)

This commit is contained in:
Paulus Schoutsen 2017-04-18 08:55:51 -07:00 committed by GitHub
parent 15d8f8b827
commit 5574686d74

View File

@ -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."""