diff --git a/tests/misc/check_init_priorities/boards/native_sim.overlay b/tests/misc/check_init_priorities/boards/native_sim.overlay index a2206bb723b..0f32c8121a8 100644 --- a/tests/misc/check_init_priorities/boards/native_sim.overlay +++ b/tests/misc/check_init_priorities/boards/native_sim.overlay @@ -35,8 +35,4 @@ supply-gpios = <&test_gpio_0 2 0>; }; }; - - chosen { - /delete-property/ zephyr,entropy; - }; }; diff --git a/tests/subsys/shell/shell_device_filter/app.overlay b/tests/subsys/shell/shell_device_filter/app.overlay deleted file mode 100644 index fd5644bcacd..00000000000 --- a/tests/subsys/shell/shell_device_filter/app.overlay +++ /dev/null @@ -1,8 +0,0 @@ -/ { - chosen { - /* Remove extra unneed devices that cause the "test_unfiltered" - * test to fail. - */ - /delete-property/ zephyr,entropy; - }; -};