-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work lista: tests"flutter test", flutter_test, or one of our tests"flutter test", flutter_test, or one of our teststeam-toolOwned by Flutter Tool teamOwned by Flutter Tool team
Description
... and flavors_test_ios, which caused it to be reverted:
- https://ci.chromium.org/ui/p/flutter/builders/prod/Mac%20flavors_test_macos/6231/overview
- https://ci.chromium.org/ui/p/flutter/builders/prod/Mac_ios%20flavors_test_ios/22376/overview
As far as I can tell, it's the last step of the integration test which fails.
I can reproduce locally by doing the following:
- Build (debug)
dev/integration_tests/flavorsfor macOS - Edit
flavors/macos/Flutter/ephemeral/Flutter-Generated.xcconfig:
- FLAVOR=paid
+ FLAVOR=free- Run the following:
flutter-dev drive lib/main.dart --flavor=paid -d macos --use-application-binary="build/macos/Debug-paid/Debug Paid.appBefore #169298, this would pass (the flavor would be paid), but after the flavor is free (incorrect).
Metadata
Metadata
Assignees
Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work lista: tests"flutter test", flutter_test, or one of our tests"flutter test", flutter_test, or one of our teststeam-toolOwned by Flutter Tool teamOwned by Flutter Tool team