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():
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' ),
Original file line number Diff line number Diff line change 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 ,
You can’t perform that action at this time.
0 commit comments