mirror of
https://github.com/esphome/esphome.git
synced 2025-09-11 15:52:20 +01:00
remove debugging
This commit is contained in:
@@ -112,8 +112,6 @@ async def test_scheduler_string_lifetime(
|
||||
await asyncio.wait_for(test_complete_future, timeout=30.0)
|
||||
except asyncio.TimeoutError:
|
||||
pytest.fail(f"String lifetime test timed out. Stats: {test_stats}")
|
||||
except Exception as e:
|
||||
pytest.fail(f"Test failed: {e}\nStats: {test_stats}")
|
||||
|
||||
# Check for use-after-free
|
||||
assert not test_stats["use_after_free_detected"], "Use-after-free detected!"
|
||||
|
Reference in New Issue
Block a user