File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1109,7 +1109,7 @@ def create_argument_parser():
1109
1109
help = 'skip testing iOS 32 bit simulator targets' )
1110
1110
option ('--skip-test-watchos-32bit-simulator' ,
1111
1111
toggle_false ('test_watchos_32bit_simulator' ),
1112
- default = True ,
1112
+ default = False ,
1113
1113
help = 'skip testing watchOS 32 bit simulator targets' )
1114
1114
option ('--skip-test-ios-host' ,
1115
1115
toggle_false ('test_ios_host' ),
Original file line number Diff line number Diff line change 245
245
'test_freebsd' : False ,
246
246
'test_ios' : False ,
247
247
'test_ios_32bit_simulator' : False ,
248
- 'test_watchos_32bit_simulator' : True ,
248
+ 'test_watchos_32bit_simulator' : False ,
249
249
'test_ios_host' : False ,
250
250
'test_ios_simulator' : False ,
251
251
'test_linux' : False ,
You can’t perform that action at this time.
0 commit comments