mirror of
https://github.com/flutter/packages.git
synced 2025-07-01 23:51:55 +08:00
[pigeon] Enable Obj-C integration tests in CI (#4215)
Enables the Obj-C integration tests now that CI has been updated.
This commit is contained in:
@ -121,9 +121,7 @@ Future<void> main(List<String> args) async {
|
||||
];
|
||||
const List<String> macOSHostTests = <String>[
|
||||
iOSObjCUnitTests,
|
||||
// TODO(stuartmorgan): Enable by default once CI issues are solved; see
|
||||
// https://github.com/flutter/packages/pull/2816.
|
||||
//iOSObjCIntegrationTests,
|
||||
iOSObjCIntegrationTests,
|
||||
// Currently these are testing exactly the same thing as
|
||||
// macOSSwiftIntegrationTests, so we don't need to run both by default. This
|
||||
// should be enabled if any iOS-only tests are added (e.g., for a feature
|
||||
|
Reference in New Issue
Block a user