Skip to content

Commit cf5458e

Browse files
committed
Disable running watchOS simulator (32-bit) test by default
(cherry picked from commit d5ff396)
1 parent b9f4efc commit cf5458e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

utils/build_swift/build_swift/driver_arguments.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1079,7 +1079,7 @@ def create_argument_parser():
10791079
help='skip testing iOS 32 bit simulator targets')
10801080
option('--skip-test-watchos-32bit-simulator',
10811081
toggle_false('test_watchos_32bit_simulator'),
1082-
default=True,
1082+
default=False,
10831083
help='skip testing watchOS 32 bit simulator targets')
10841084
option('--skip-test-ios-host',
10851085
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
@@ -240,7 +240,7 @@
240240
'test_freebsd': False,
241241
'test_ios': False,
242242
'test_ios_32bit_simulator': False,
243-
'test_watchos_32bit_simulator': True,
243+
'test_watchos_32bit_simulator': False,
244244
'test_ios_host': False,
245245
'test_ios_simulator': False,
246246
'test_linux': False,

0 commit comments

Comments
 (0)