Skip to content

Commit

Permalink
chore: Adjust for backport
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban committed Jun 13, 2024
1 parent 074b0e7 commit 5acf0b9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions build/test-scripts/ios-uitest-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,6 @@ fi
echo "Current system date"
date

<<<<<<< HEAD
=======
# Wait while ios runtime 16.1 is not having simulators. The install process may
# take a few seconds and "simctl list devices" may not return devices.
while true; do
Expand All @@ -125,7 +123,6 @@ while true; do
sleep 5
done

>>>>>>> 3d6d42d4e1 (chore: Use iOS 16.4 to avoid using xcodes)
export DEVICELIST_FILEPATH=$LOG_FILEPATH/DeviceList-$LOG_PREFIX.json
echo "Listing iOS simulators to $DEVICELIST_FILEPATH"
xcrun simctl list devices --json > $DEVICELIST_FILEPATH
Expand Down

0 comments on commit 5acf0b9

Please sign in to comment.