Skip to content

Commit 45c6abd

Browse files
Disable Checkout3DS tests
1 parent 818de1f commit 45c6abd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Scripts/Tests/Run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ PROJECT='ProcessOut.xcodeproj'
66
DESTINATION=$(./Scripts/Tests/Destination.swift)
77

88
# Run Tests
9-
for PRODUCT in "ProcessOut" "ProcessOutUI" "ProcessOutCheckout3DS" "ProcessOutNetcetera3DS"; do
9+
for PRODUCT in "ProcessOut" "ProcessOutUI" "ProcessOutNetcetera3DS"; do
1010
xcodebuild clean test \
1111
-destination "$DESTINATION" \
1212
-project $PROJECT \

0 commit comments

Comments
 (0)