13 lines
576 B
Diff
13 lines
576 B
Diff
diff --git a/ios/build/bots/scripts/iossim_util.py b/ios/build/bots/scripts/iossim_util.py
|
|
index c68a604e297162a7e1b338776ca32aa3a1e55674..847941a3586738019f0d3f72e2eca5d816098556 100644
|
|
--- a/ios/build/bots/scripts/iossim_util.py
|
|
+++ b/ios/build/bots/scripts/iossim_util.py
|
|
@@ -490,6 +490,7 @@ def update_dyld_shared_cache(runtime=None):
|
|
|
|
|
|
def ensure_simulator_fully_booted(sim_udid: str, path=None, num_attempts=1):
|
|
+ return False
|
|
"""Ensures simulator of given udid is fully booted.
|
|
|
|
`xcrun simctl boot` launches only background processes and does not ensure the
|