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 <mark@chromium.org>
Commit-Queue: Justin Cohen <justincohen@chromium.org>
This commit is contained in:
Justin Cohen 2024-09-11 16:04:25 -04:00 committed by Crashpad LUCI CQ
parent e3abe1ed44
commit 6d37f81ace

View File

@ -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: