Add route for 'tmp' to Flutter runner#181044
Conversation
There was a problem hiding this comment.
Code Review
This pull request adds a route for the /tmp directory to the Flutter runner within a test realm, which is intended to fix a flaky test. The change is correct and directly addresses the issue. I have one suggestion to improve code organization by consolidating this new route configuration with an existing one.
|
Thank you, LGTM. |
|
Golden file changes have been found for this pull request. Click here to view and triage (e.g. because this is an intentional change). If you are still iterating on this change and are not ready to resolve the images on the Flutter Gold dashboard, consider marking this PR as a draft pull request above. You will still be able to view image results on the dashboard, commenting will be silenced, and the check will not try to resolve itself until marked ready for review. For more guidance, visit Writing a golden file test for Reviewers: Read the Tree Hygiene page and make sure this patch meets those guidelines before LGTMing. |
The flaky test shows test realm miss "tmp" route to Flutter runner Bug: b/468371588 ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [x] I read the [Tree Hygiene] wiki page, which explains my responsibilities. - [x] I read and followed the [Flutter Style Guide], including [Features we expect every widget to implement]. - [x] I signed the [CLA]. - [x] I listed at least one issue that this PR fixes in the description above. - [x] I updated/added relevant documentation (doc comments with `///`). - [x] I added new tests to check the change I am making, or this PR is [test-exempt]. - [x] I followed the [breaking change policy] and added [Data Driven Fixes] where supported. - [x] All existing and new tests are passing.
The flaky test shows test realm miss "tmp" route to Flutter runner
Bug: b/468371588
Pre-launch Checklist
///).