Skip to content

Commit d5ff396

Browse files
committed
Disable running watchOS simulator (32-bit) test by default
1 parent df462ea commit d5ff396

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
@@ -1109,7 +1109,7 @@ def create_argument_parser():
11091109
help='skip testing iOS 32 bit simulator targets')
11101110
option('--skip-test-watchos-32bit-simulator',
11111111
toggle_false('test_watchos_32bit_simulator'),
1112-
default=True,
1112+
default=False,
11131113
help='skip testing watchOS 32 bit simulator targets')
11141114
option('--skip-test-ios-host',
11151115
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
@@ -245,7 +245,7 @@
245245
'test_freebsd': False,
246246
'test_ios': False,
247247
'test_ios_32bit_simulator': False,
248-
'test_watchos_32bit_simulator': True,
248+
'test_watchos_32bit_simulator': False,
249249
'test_ios_host': False,
250250
'test_ios_simulator': False,
251251
'test_linux': False,

0 commit comments

Comments
 (0)