mirror of
https://github.com/esphome/esphome.git
synced 2026-07-11 01:15:33 +00:00
cdf05263df
The test was calling show_logs() which invokes _wait_for_serial_port("/dev/ttyUSB0").
Since that path doesn't exist in CI/dev environments, it spun in a 30-second polling
loop before returning. Add mock_wait_for_serial_port fixture to skip the wait.