Skip to content

Commit 493fcc5

Browse files
committed
ci: Adjust ios test run for 4.1
1 parent e6ae9ba commit 493fcc5

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

build/test-scripts/ios-uitest-run.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,17 +82,12 @@ export UNO_TESTS_LOCAL_TESTS_FILE=$BUILD_SOURCESDIRECTORY/src/SamplesApp/Samples
8282
export UNO_UITEST_BENCHMARKS_PATH=$BUILD_ARTIFACTSTAGINGDIRECTORY/benchmarks/ios-automated
8383
export UNO_UITEST_RUNTIMETESTS_RESULTS_FILE_PATH=$BUILD_SOURCESDIRECTORY/build/RuntimeTestResults-ios-automated.xml
8484

85-
<<<<<<< HEAD
86-
if [ $(wc -l < "$UNO_TESTS_FAILED_LIST") -eq 1 ];
87-
then
88-
=======
8985
export UNO_UITEST_SIMULATOR_VERSION="com.apple.CoreSimulator.SimRuntime.iOS-15-2"
9086
export UNO_UITEST_SIMULATOR_NAME="iPad Pro (12.9-inch) (4th generation)"
9187

9288
UITEST_IGNORE_RERUN_FILE="${UITEST_IGNORE_RERUN_FILE:=false}"
9389

9490
if [ $(wc -l < "$UNO_TESTS_FAILED_LIST") -eq 1 ] && [ "$UITEST_IGNORE_RERUN_FILE" != "true" ]; then
95-
>>>>>>> 7907def7d (ci: Refactor pre-install selection)
9691
# The test results file only contains the re-run marker and no
9792
# other test to rerun. We can skip this run.
9893
echo "The file $UNO_TESTS_FAILED_LIST does not contain tests to re-run, skipping."

0 commit comments

Comments
 (0)