mirror of
https://github.com/home-assistant/core.git
synced 2025-11-15 22:10:09 +00:00
Skip rfxtrx tests because of speed reasons
This commit is contained in:
@@ -11,10 +11,13 @@ import time
|
||||
from homeassistant.components import rfxtrx as rfxtrx
|
||||
from homeassistant.components.sensor import rfxtrx as rfxtrx_sensor
|
||||
|
||||
import pytest
|
||||
|
||||
from tests.common import get_test_home_assistant
|
||||
|
||||
|
||||
class TestSun(unittest.TestCase):
|
||||
@pytest.mark.skipif(True, reason='Does not clean up properly, takes 100% CPU')
|
||||
class TestRFXTRX(unittest.TestCase):
|
||||
""" Test the sun module. """
|
||||
|
||||
def setUp(self):
|
||||
|
||||
Reference in New Issue
Block a user