We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7f1ad4 commit b589429Copy full SHA for b589429
packages/pigeon/tool/run_tests.dart
@@ -121,9 +121,7 @@ Future<void> main(List<String> args) async {
121
];
122
const List<String> macOSHostTests = <String>[
123
iOSObjCUnitTests,
124
- // TODO(stuartmorgan): Enable by default once CI issues are solved; see
125
- // https://github.com/flutter/packages/pull/2816.
126
- //iOSObjCIntegrationTests,
+ iOSObjCIntegrationTests,
127
// Currently these are testing exactly the same thing as
128
// macOSSwiftIntegrationTests, so we don't need to run both by default. This
129
// should be enabled if any iOS-only tests are added (e.g., for a feature
0 commit comments