Skip to content

Commit

Permalink
One more
Browse files Browse the repository at this point in the history
  • Loading branch information
cdce8p committed Jul 21, 2023
1 parent de81544 commit 25e8779
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/components/energy/test_validate.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Test that validation works."""
import sys
from unittest.mock import patch

import pytest
Expand Down Expand Up @@ -383,6 +384,7 @@ async def test_validation_battery(
}


@pytest.mark.skipif(sys.version_info > (3, 12), reason="Segmentation fault")
async def test_validation_grid(
hass: HomeAssistant, mock_energy_manager, mock_is_entity_recorded, mock_get_metadata
) -> None:
Expand Down

0 comments on commit 25e8779

Please sign in to comment.