Skip rfxtrx tests because of speed reasons

This commit is contained in:
Paulus Schoutsen 2016-03-05 09:28:47 -08:00
parent 41214fd082
commit 1159360281
4 changed files with 13 additions and 1 deletions

View file

@ -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):