[mitsubishi_cn105] Fix test grouping conflict with uart package (#15366)

This commit is contained in:
J. Nick Koston
2026-04-02 03:12:38 -10:00
committed by GitHub
parent 34295fbd69
commit c21c7dd292
3 changed files with 3 additions and 3 deletions
@@ -1,4 +1,4 @@
packages:
uart: !include ../../test_build_components/common/uart_9600_even/esp32-idf.yaml
uart_9600_even: !include ../../test_build_components/common/uart_9600_even/esp32-idf.yaml
<<: !include common.yaml
@@ -1,4 +1,4 @@
packages:
uart: !include ../../test_build_components/common/uart_9600_even/esp8266-ard.yaml
uart_9600_even: !include ../../test_build_components/common/uart_9600_even/esp8266-ard.yaml
<<: !include common.yaml
@@ -1,4 +1,4 @@
packages:
uart: !include ../../test_build_components/common/uart_9600_even/rp2040-ard.yaml
uart_9600_even: !include ../../test_build_components/common/uart_9600_even/rp2040-ard.yaml
<<: !include common.yaml