Skip to content

Commit

Permalink
Ignore flaky test (#22563)
Browse files Browse the repository at this point in the history
  • Loading branch information
awarecan authored and balloob committed Mar 31, 2019
1 parent 4d16338 commit 388d614
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/components/statistics/test_sensor.py
Expand Up @@ -230,7 +230,7 @@ def mock_now():
state.attributes.get('max_age')
assert self.change_rate == state.attributes.get('change_rate')

@pytest.mark.skip
@pytest.mark.skip("Flaky in CI")
def test_initialize_from_database(self):
"""Test initializing the statistics from the database."""
# enable the recorder
Expand Down Expand Up @@ -260,6 +260,7 @@ def test_initialize_from_database(self):
state = self.hass.states.get('sensor.test_mean')
assert str(self.mean) == state.state

@pytest.mark.skip("Flaky in CI")
def test_initialize_from_database_with_maxage(self):
"""Test initializing the statistics from the database."""
mock_data = {
Expand Down

0 comments on commit 388d614

Please sign in to comment.