Skip to content

ci(ios): fix e2e test runner suite that passes but returns as failure #17440

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 9 commits into
base: main
Choose a base branch
from
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ - (void)setAutomaticDataCollectionEnabledAppName:(nonnull NSString *)appName
}

- (void)setAutomaticResourceManagementEnabledAppName:(nonnull NSString *)appName
enabled:(nonnull NSNumber *)enabled
enabled:(BOOL)enabled
completion:(nonnull void (^)(FlutterError *_Nullable))
completion {
// Unsupported on iOS/MacOS.
Expand Down
Loading