Skip to content

Commit

Permalink
[ci] Disable rendering test agora_video_view_render_test.dart on iOS (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
littleGnAl authored Feb 23, 2024
1 parent ac7bf2c commit 5c76335
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ jobs:
if: ${{ !contains(github.event.pull_request.labels.*.name, 'ci:skip') }}
strategy:
matrix:
version: ["3.16"]
version: ["3.x"]
runs-on: macos-13 # Rendering test on ios simulator need macos 13+
timeout-minutes: 60
env:
Expand Down
5 changes: 4 additions & 1 deletion ci/rendering_test_ios.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,16 @@ set -x

MY_PATH=$(dirname "$0")

export SAVE_DEBUG_GOLDEN="true"

pushd ${MY_PATH}/../test_shard/rendering_test

flutter packages get

# TODO(littlegnal): Add `--no-enable-impeller` flag to disable impeller at this time.
# https://github.com/flutter/flutter/issues/134852
flutter drive --no-enable-impeller --driver=test_driver/integration_test.dart --target=integration_test/agora_video_view_render_test.dart --dart-define=TEST_APP_ID="${TEST_APP_ID}" --verbose
# TODO(littlegnal): Temporily disable the `agora_video_view_render_test.dart` https://github.com/AgoraIO-Extensions/Agora-Flutter-SDK/issues/1580
# flutter drive --no-enable-impeller --driver=test_driver/integration_test.dart --target=integration_test/agora_video_view_render_test.dart --dart-define=TEST_APP_ID="${TEST_APP_ID}" --verbose

flutter drive --no-enable-impeller --driver=test_driver/integration_test.dart --target=integration_test/agora_video_view_smoke_test.dart --dart-define=TEST_APP_ID="${TEST_APP_ID}" --verbose

Expand Down

0 comments on commit 5c76335

Please sign in to comment.