Skip to content

Commit

Permalink
disable tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zxdavb committed Aug 16, 2024
1 parent 6a1eb0b commit 24cb54b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/tests_rf/test_api_schedule.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,14 +98,14 @@ async def test_get_schedule_fake(fake_evofw3: Gateway) -> None:


@pytest.mark.xdist_group(name="real_serial")
async def test_get_schedule_mqtt(mqtt_evofw3: Gateway) -> None:
async def _test_get_schedule_mqtt(mqtt_evofw3: Gateway) -> None:
"""Test obtaining the schedule from a real controller via MQTT."""

await _test_get_schedule(mqtt_evofw3, "01:145038", "01")


@pytest.mark.xdist_group(name="real_serial")
async def test_get_schedule_real(real_evofw3: Gateway) -> None:
async def _test_get_schedule_real(real_evofw3: Gateway) -> None:
"""Test obtaining the schedule from a real controller via RF."""

await _test_get_schedule(real_evofw3, "01:145038", "01")

0 comments on commit 24cb54b

Please sign in to comment.