Skip rfxtrx tests because of speed reasons
This commit is contained in:
parent
41214fd082
commit
1159360281
4 changed files with 13 additions and 1 deletions
|
@ -11,9 +11,12 @@ from homeassistant.components import rfxtrx as rfxtrx_core
|
|||
from homeassistant.components.switch 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 TestSwitchRfxtrx(unittest.TestCase):
|
||||
""" Test the Rfxtrx switch. """
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue