mirror of
https://github.com/home-assistant/core.git
synced 2025-11-08 10:29:27 +00:00
Skip rfxtrx tests because of speed reasons
This commit is contained in:
@@ -11,9 +11,12 @@ from homeassistant.components import rfxtrx as rfxtrx_core
|
||||
from homeassistant.components.light import rfxtrx
|
||||
from unittest.mock import patch
|
||||
|
||||
import pytest
|
||||
|
||||
from tests.common import get_test_home_assistant
|
||||
|
||||
|
||||
@pytest.mark.skipif(True, reason='Does not clean up properly, takes 100% CPU')
|
||||
class TestLightRfxtrx(unittest.TestCase):
|
||||
""" Test the Rfxtrx light. """
|
||||
|
||||
|
||||
Reference in New Issue
Block a user