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 @@ -1079,7 +1079,7 @@ def create_argument_parser():
1079
1079
help = 'skip testing iOS 32 bit simulator targets' )
1080
1080
option ('--skip-test-watchos-32bit-simulator' ,
1081
1081
toggle_false ('test_watchos_32bit_simulator' ),
1082
- default = True ,
1082
+ default = False ,
1083
1083
help = 'skip testing watchOS 32 bit simulator targets' )
1084
1084
option ('--skip-test-ios-host' ,
1085
1085
toggle_false ('test_ios_host' ),
Original file line number Diff line number Diff line change 240
240
'test_freebsd' : False ,
241
241
'test_ios' : False ,
242
242
'test_ios_32bit_simulator' : False ,
243
- 'test_watchos_32bit_simulator' : True ,
243
+ 'test_watchos_32bit_simulator' : False ,
244
244
'test_ios_host' : False ,
245
245
'test_ios_simulator' : False ,
246
246
'test_linux' : False ,
You can’t perform that action at this time.
0 commit comments