Skip to content

Commit 4d35bd2

Browse files
committed
Skip iOS 32bit simulator tests by default
1 parent 6d2487d commit 4d35bd2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

utils/build-script

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1802,7 +1802,8 @@ iterations with -O",
18021802
skip_test_group.add_argument(
18031803
"--skip-test-ios-32bit-simulator",
18041804
help="skip testing iOS 32 bit simulator targets",
1805-
action=arguments.action.optional_bool)
1805+
action=arguments.action.optional_bool,
1806+
default=True)
18061807
skip_test_group.add_argument(
18071808
"--skip-test-ios-host",
18081809
help="skip testing iOS device targets on the host machine (the phone "

0 commit comments

Comments
 (0)