Skip to content

Commit

Permalink
Fix ci snapshot tests for legacy devices by renaming STPPaymentOption…
Browse files Browse the repository at this point in the history
…sViewControllerLocalizationTests in the ignore list
  • Loading branch information
yuki-stripe committed Mar 6, 2019
1 parent 22bae03 commit 5d0bcb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci_scripts/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ xcodebuild clean test \
-destination "platform=iOS Simulator,name=iPhone 6,OS=9.3" \
-destination "platform=iOS Simulator,name=iPhone 4s,OS=9.3" \
-skip-testing:"StripeiOS Tests/STPAddCardViewControllerLocalizationTests" \
-skip-testing:"StripeiOS Tests/STPPaymentMethodsViewControllerLocalizationTests" \
-skip-testing:"StripeiOS Tests/STPPaymentOptionsViewControllerLocalizationTests" \
-skip-testing:"StripeiOS Tests/STPShippingAddressViewControllerLocalizationTests" \
-skip-testing:"StripeiOS Tests/STPShippingMethodsViewControllerLocalizationTests" \
ONLY_ACTIVE_ARCH=NO \
Expand Down

0 comments on commit 5d0bcb0

Please sign in to comment.