From 6d37f81ace056d4fc0437784a25b3cd9c8e53dbe Mon Sep 17 00:00:00 2001 From: Justin Cohen Date: Wed, 11 Sep 2024 16:04:25 -0400 Subject: [PATCH] ios: Remove OS filter for iOS simulator tests. Bug: 365974437 Change-Id: I9ada04b3602487513ff14ef1124feb43ddfb323a Reviewed-on: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/5855599 Reviewed-by: Mark Mentovai Commit-Queue: Justin Cohen --- build/run_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/run_tests.py b/build/run_tests.py index e6363175..fcd346f9 100755 --- a/build/run_tests.py +++ b/build/run_tests.py @@ -379,7 +379,7 @@ def _RunOnIOSTarget(binary_dir, test, is_xcuitest=False, gtest_filter=None): '-xctestrun', xctestrun_path, '-destination', - 'platform=iOS Simulator,OS=17.4,name=iPhone 15', + 'platform=iOS Simulator,name=iPhone 15', ] with open(xctestrun_path, 'wb') as fp: if is_xcuitest: