diff --git a/.ci/targets/android_platform_tests.yaml b/.ci/targets/android_platform_tests.yaml index ee5de6e56b1..b8f57548c65 100644 --- a/.ci/targets/android_platform_tests.yaml +++ b/.ci/targets/android_platform_tests.yaml @@ -1,12 +1,12 @@ tasks: - name: prepare tool script: .ci/scripts/prepare_tool.sh - - name: build examples - script: script/tool_runner.sh - args: ["build-examples", "--apk"] - - name: lint - script: script/tool_runner.sh - args: ["lint-android"] + #- name: build examples + # script: script/tool_runner.sh + # args: ["build-examples", "--apk"] + #- name: lint + # script: script/tool_runner.sh + # args: ["lint-android"] # Native unit and native integration are split into two steps to allow for # different exclusions. # TODO(stuartmorgan): Eliminate the native unit test exclusion, and combine @@ -22,6 +22,6 @@ tasks: #- name: native integration tests # script: script/tool_runner.sh # args: ["native-test", "--android", "--no-unit"] - #- name: drive examples - # script: script/tool_runner.sh - # args: ["drive-examples", "--android", "--exclude=script/configs/exclude_integration_android.yaml"] + - name: drive examples + script: script/tool_runner.sh + args: ["drive-examples", "--android", "--exclude=script/configs/exclude_integration_android.yaml"]