You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Resolve drive_android test failures and integration test logic errors
CI workflow improvements:
- Apply consistent melos bootstrap --sdk-path auto across all test jobs
- Add debugging output for Android integration tests with flutter doctor
- Fix Android gradle test path to avoid workmanager_android module references
- Add verbose logging to integration tests for better error diagnosis
Integration test fixes:
- Fix incorrect skip logic: iOS tests were skipping ON iOS instead of on non-iOS
- "initialize & cancelAll - iOS" now runs on iOS (was skip: Platform.isIOS)
- "initialize & cancelByUniqueName - iOS" now runs on iOS (was skip: Platform.isIOS)
These logical errors were causing tests to be skipped when they should run,
contributing to the "2 failed, 1 skipped" test results in CI.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments