Skip to content

Commit 54003a8

Browse files
committed
Revert "test failures"
This reverts commit d329678b5be29c3c03ac0d3e9dc18d3bc0d8d154.
1 parent 8ac52ff commit 54003a8

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

packages/video_player/video_player_avfoundation/darwin/RunnerTests/VideoPlayerTests.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,6 @@ - (void)testBlankVideoBugWithEncryptedVideoStreamAndInvertedAspectRatioBugForSom
191191
}
192192

193193
- (void)testSeekToWhilePausedStartsDisplayLinkTemporarily {
194-
XCTFail(@"Failing to test xcresult upload");
195194
NSObject<FlutterTextureRegistry> *mockTextureRegistry =
196195
OCMProtocolMock(@protocol(FlutterTextureRegistry));
197196
NSObject<FlutterPluginRegistrar> *registrar =

packages/video_player/video_player_avfoundation/example/integration_test/video_player_test.dart

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,7 @@ void main() {
133133
await controller.play();
134134
await tester.pumpAndSettle(_playDuration);
135135

136-
// test xcresult upload
137-
expect(await controller.position, lessThan(Duration.zero));
136+
expect(await controller.position, greaterThan(Duration.zero));
138137
});
139138
});
140139

packages/video_player/video_player_avfoundation/example/ios/Runner/AppDelegate.m

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ @implementation AppDelegate
99

1010
- (BOOL)application:(UIApplication *)application
1111
didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
12-
// Test analyzer warning still works.
13-
BOOL x = @"true";
1412
[GeneratedPluginRegistrant registerWithRegistry:self];
1513
// Override point for customization after application launch.
1614
return [super application:application didFinishLaunchingWithOptions:launchOptions];

0 commit comments

Comments
 (0)