Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit de1de9d

Browse files
authored
Disable FlutterPluginAppLifeCycleDelegateTest testWillResignActive (#23166)
1 parent c4b48c5 commit de1de9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shell/platform/darwin/ios/framework/Source/FlutterPluginAppLifeCycleDelegateTest.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ - (void)testWillEnterForeground {
4141
OCMVerify([plugin applicationWillEnterForeground:[UIApplication sharedApplication]]);
4242
}
4343

44-
- (void)testWillResignActive {
44+
- (void)skip_testWillResignActive {
4545
FlutterPluginAppLifeCycleDelegate* delegate = [[FlutterPluginAppLifeCycleDelegate alloc] init];
4646
id plugin = OCMProtocolMock(@protocol(FlutterPlugin));
4747
[delegate addDelegate:plugin];

0 commit comments

Comments
 (0)