diff --git a/tests/components/libretiny/test.ln882x-ard.yaml b/tests/components/libretiny/test.ln882x-ard.yaml index 039a261016..fa33431b92 100644 --- a/tests/components/libretiny/test.ln882x-ard.yaml +++ b/tests/components/libretiny/test.ln882x-ard.yaml @@ -1,13 +1,2 @@ logger: level: VERBOSE - -esphome: - on_boot: - - lambda: |- - int x = 100; - x = clamp(x, 50, 90); - assert(x == 90); - x = clamp_at_least(x, 95); - assert(x == 95); - x = clamp_at_most(x, 40); - assert(x == 40); diff --git a/tests/components/libretiny/test.rtl87xx-ard.yaml b/tests/components/libretiny/test.rtl87xx-ard.yaml index 039a261016..fa33431b92 100644 --- a/tests/components/libretiny/test.rtl87xx-ard.yaml +++ b/tests/components/libretiny/test.rtl87xx-ard.yaml @@ -1,13 +1,2 @@ logger: level: VERBOSE - -esphome: - on_boot: - - lambda: |- - int x = 100; - x = clamp(x, 50, 90); - assert(x == 90); - x = clamp_at_least(x, 95); - assert(x == 95); - x = clamp_at_most(x, 40); - assert(x == 40);