Skip to content

Conversation

biggs0125
Copy link
Contributor

The test being edited here was combined in the following change:
817fa97

This has caused failures in LUCI for these tests. The error looks like:

Error: TypeError: Failed to fetch dynamically imported module: https://www.gstatic.com/flutter-canvaskit/00c19a28ef736daf4ab15e9a8ea76295f99eb896/chromium/canvaskit.js

Previously the second of these split tests was marked as skip: true. This was because the test has historically failed on LUCI. It passes locally but does not work when run on LUCI:
#110879

This change splits back out the tests and skips the second of them until they can be fixed.

@github-actions github-actions bot added the tool Affects the "flutter" command-line tool. See also t: labels. label Jun 20, 2025
@biggs0125 biggs0125 requested a review from mdebbar June 20, 2025 23:22
@mdebbar
Copy link
Contributor

mdebbar commented Jun 23, 2025

Where is this failing?

Error: TypeError: Failed to fetch dynamically imported module: https://www.gstatic.com/flutter-canvaskit/00c19a28ef736daf4ab15e9a8ea76295f99eb896/chromium/canvaskit.js

We shouldn't be loading canvaskit from gstatic in our tests. The fix is to load the local canvaskit file. I'll look into fixing this.

@mdebbar
Copy link
Contributor

mdebbar commented Jun 23, 2025

I think #171013 should fix the failures you're seeing, @biggs0125.

@biggs0125
Copy link
Contributor Author

Fix found via #171013 so closing this out.

@biggs0125 biggs0125 closed this Jun 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tool Affects the "flutter" command-line tool. See also t: labels.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants