diff --git a/tests/helpers/test_entity_component.py b/tests/helpers/test_entity_component.py
index 8935b25830e77537bdea197e2b2ba617d3972041..05361fe200637bd154afad1b815f5098833243ad 100644
--- a/tests/helpers/test_entity_component.py
+++ b/tests/helpers/test_entity_component.py
@@ -171,7 +171,7 @@ async def test_extract_from_service_available_device(hass):
     )
 
 
-async def test_platform_not_ready(hass):
+async def test_platform_not_ready(hass, legacy_patchable_time):
     """Test that we retry when platform not ready."""
     platform1_setup = Mock(side_effect=[PlatformNotReady, PlatformNotReady, None])
     mock_integration(hass, MockModule("mod1"))