mirror of
https://github.com/flutter/packages.git
synced 2025-07-02 16:39:13 +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>[
|
const List<String> macOSHostTests = <String>[
|
||||||
iOSObjCUnitTests,
|
iOSObjCUnitTests,
|
||||||
// TODO(stuartmorgan): Enable by default once CI issues are solved; see
|
iOSObjCIntegrationTests,
|
||||||
// https://github.com/flutter/packages/pull/2816.
|
|
||||||
//iOSObjCIntegrationTests,
|
|
||||||
// Currently these are testing exactly the same thing as
|
// Currently these are testing exactly the same thing as
|
||||||
// macOSSwiftIntegrationTests, so we don't need to run both by default. This
|
// 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
|
// should be enabled if any iOS-only tests are added (e.g., for a feature
|
||||||
|
Reference in New Issue
Block a user