Skip to content

Commit d622bdc

Browse files
authored
Merge pull request #35770 from apple/disable-32bit-sim-test
2 parents eaa6053 + fb1f9e4 commit d622bdc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

utils/build_swift/build_swift/driver_arguments.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -998,6 +998,7 @@ def create_argument_parser():
998998
help='skip testing iOS simulator targets')
999999
option('--skip-test-ios-32bit-simulator',
10001000
toggle_false('test_ios_32bit_simulator'),
1001+
default=False,
10011002
help='skip testing iOS 32 bit simulator targets')
10021003
option('--skip-test-ios-host',
10031004
toggle_false('test_ios_host'),

utils/build_swift/tests/expected_options.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@
220220
'test_cygwin': False,
221221
'test_freebsd': False,
222222
'test_ios': False,
223-
'test_ios_32bit_simulator': True,
223+
'test_ios_32bit_simulator': False,
224224
'test_ios_host': False,
225225
'test_ios_simulator': False,
226226
'test_linux': False,

0 commit comments

Comments
 (0)