Skip to content

Scenario app's screenshots are not stable enough on CI #143471

@matanlurey

Description

@matanlurey

I disabled the tests by removing this:

{
                    "language": "bash",
                    "name": "Android Scenario App Integration Tests (Skia, API v28)",
                    "test_dependencies": [
                        {
                            "dependency": "android_virtual_device",
                            "version": "android_28_google_apis_x86.textpb"
                        },
                        {
                            "dependency": "avd_cipd_version",
                            "version": "build_id:8759428741582061553"
                        }
                    ],
                    "contexts": [
                        "android_virtual_device"
                    ],
                    "script": "flutter/testing/scenario_app/run_android_tests.sh",
                    "parameters": [
                        "android_debug_x86",
                        "--no-enable-impeller"
                    ]
                },
                {
                    "language": "bash",
                    "name": "Android Scenario App Integration Tests (Impeller/OpenGLES, API v28)",
                    "test_dependencies": [
                        {
                            "dependency": "android_virtual_device",
                            "version": "android_28_google_apis_x86.textpb"
                        },
                        {
                            "dependency": "avd_cipd_version",
                            "version": "build_id:8759428741582061553"
                        }
                    ],
                    "contexts": [
                        "android_virtual_device"
                    ],
                    "script": "flutter/testing/scenario_app/run_android_tests.sh",
                    "parameters": [
                        "android_debug_x86",
                        "--enable-impeller",
                        "--impeller-backend=opengles"
                    ]
                }

h/t to @yjbanov for noticing this:

image

As a first step I want to verify these screenshots manually and document how they are supposed to work: #143350.

Metadata

Metadata

Assignees

Labels

P1High-priority issues at the top of the work listblockedIssue is blocked by another issuee: scenario-appThe `testing/scenario_app` fixture in the engineplatform-androidAndroid applications specificallyteam-engineOwned by Engine teamtriaged-engineTriaged by Engine team

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions