Skip to content

Commit b1b1145

Browse files
author
Justin Martin
committed
DNM: Only run a few specific tests to get results faster as a test
1 parent aa84a18 commit b1b1145

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ci.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ fi
1515
rm -rf ${PWD}/build
1616

1717
# Run KIF tests (linking KIF as a Static Library)
18-
env NSUnbufferedIO=YES xcodebuild test -project KIF.xcodeproj -scheme KIF -derivedDataPath=${PWD}/build/KIF -destination "platform=iOS Simulator,${SIMULATOR}" | xcpretty -c
18+
env NSUnbufferedIO=YES xcodebuild test -project KIF.xcodeproj -scheme KIF -derivedDataPath=${PWD}/build/KIF -destination "platform=iOS Simulator,${SIMULATOR}" -only-testing:KIF\ Tests/AccessibilityIdentifierPullToRefreshTests -only-testing:KIF\ Tests/LandscapeTests | xcpretty -c
1919

2020
if [ $RUN_EXTRA_VALIDATIONS != "true" ]; then
2121
exit 0

0 commit comments

Comments
 (0)