1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-12 00:02:21 +01:00

remove debugging

This commit is contained in:
J. Nick Koston
2025-07-06 10:06:45 -05:00
parent 79dfb86830
commit 6f64312d08
3 changed files with 0 additions and 9 deletions

View File

@@ -105,8 +105,6 @@ async def test_scheduler_simultaneous_callbacks(
await asyncio.wait_for(test_complete_future, timeout=30.0)
except asyncio.TimeoutError:
pytest.fail(f"Simultaneous callbacks test timed out. Stats: {test_stats}")
except Exception as e:
pytest.fail(f"Test failed: {e}\nStats: {test_stats}")
# Check for any errors
assert len(test_stats["errors"]) == 0, (