[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:
stuartmorgan
2023-06-14 17:54:13 -04:00
committed by GitHub
parent b7f1ad4b33
commit b589429d3a

View File

@ -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