diff --git a/tests/components/ota_base/common.yaml b/tests/components/ota_base/common.yaml deleted file mode 100644 index 9b680b7c18..0000000000 --- a/tests/components/ota_base/common.yaml +++ /dev/null @@ -1,10 +0,0 @@ -# Test that ota_base compiles correctly as a dependency -# This component is typically auto-loaded by other components - -wifi: - ssid: MySSID - password: password1 - -ota: - - platform: esphome - password: "test1234" diff --git a/tests/components/ota_base/test.esp32-idf.yaml b/tests/components/ota_base/test.esp32-idf.yaml deleted file mode 100644 index dade44d145..0000000000 --- a/tests/components/ota_base/test.esp32-idf.yaml +++ /dev/null @@ -1 +0,0 @@ -<<: !include common.yaml