Skip to content

ci: skip flutter test on wasm-beta for now #3003

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jun 24, 2025
Merged

ci: skip flutter test on wasm-beta for now #3003

merged 3 commits into from
Jun 24, 2025

Conversation

buenaflor
Copy link
Contributor

#skip-changelog

It's currently not able to run the tests. I can repro both in CI and locally

Run flutter test --platform chrome --wasm --test-randomize-ordering-seed=random --exclude-tags canvasKit
Error: Error when reading '../../.dart_tool/package_config.json': No such file or directory
Error: Couldn't resolve the package 'flutter_test' in 'package:flutter_test/flutter_test.dart'.
Error: Couldn't resolve the package 'sentry_flutter' in 'package:sentry_flutter/sentry_flutter.dart'.
Error: Couldn't resolve the package 'mockito' in 'package:mockito/mockito.dart'.
Error: Couldn't resolve the package 'sentry_flutter' in 'package:sentry_flutter/src/navigation/time_to_full_display_tracker.dart'.
Error: Couldn't resolve the package 'sentry' in 'package:sentry/src/sentry_tracer.dart'.
Error: Couldn't resolve the package 'sentry_flutter' in 'package:sentry_flutter/src/frame_callback_handler.dart'.
Error: Couldn't resolve the package 'sentry_flutter' in 'package:sentry_flutter/src/navigation/time_to_initial_display_tracker.dart'.
Error: Couldn't resolve the package 'flutter' in 'package:flutter/cupertino.dart'.
Error: Couldn't resolve the package 'flutter' in 'package:flutter/material.dart'.
...

Copy link

codecov bot commented Jun 23, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.54%. Comparing base (69ec1e8) to head (c971919).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3003      +/-   ##
==========================================
+ Coverage   87.58%   90.54%   +2.95%     
==========================================
  Files         280       91     -189     
  Lines        9208     2939    -6269     
==========================================
- Hits         8065     2661    -5404     
+ Misses       1143      278     -865     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@buenaflor buenaflor marked this pull request as ready for review June 23, 2025 15:08
Copy link
Collaborator

@denrase denrase left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We could add a comment in the yml, maybe even reference this issue here.

@buenaflor buenaflor merged commit 3cf26ef into main Jun 24, 2025
27 checks passed
@buenaflor buenaflor deleted the chore/ci branch June 24, 2025 10:59
buenaflor added a commit that referenced this pull request Jun 24, 2025
* Skip wasm beta for now

* Add comment
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants