Skip to content

Commit b589429

Browse files
[pigeon] Enable Obj-C integration tests in CI (flutter#4215)
Enables the Obj-C integration tests now that CI has been updated.
1 parent b7f1ad4 commit b589429

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/pigeon/tool/run_tests.dart

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,7 @@ Future<void> main(List<String> args) async {
121121
];
122122
const List<String> macOSHostTests = <String>[
123123
iOSObjCUnitTests,
124-
// TODO(stuartmorgan): Enable by default once CI issues are solved; see
125-
// https://github.com/flutter/packages/pull/2816.
126-
//iOSObjCIntegrationTests,
124+
iOSObjCIntegrationTests,
127125
// Currently these are testing exactly the same thing as
128126
// macOSSwiftIntegrationTests, so we don't need to run both by default. This
129127
// should be enabled if any iOS-only tests are added (e.g., for a feature

0 commit comments

Comments
 (0)