Skip to content

Commit

Permalink
TestWebKitAPI.FullscreenVideoTextRecognition.AddVideoAfterEnteringFul…
Browse files Browse the repository at this point in the history
…lscreen is a flaky timeout. (254826)

https://bugs.webkit.org/show_bug.cgi?id=254826
rdar://107476837

Unreviewed test gardening.

Disabling API while investigated.

* Tools/TestWebKitAPI/Tests/WebKitCocoa/FullscreenVideoTextRecognition.mm:
(TestWebKitAPI::TEST):

Canonical link: https://commits.webkit.org/263445@main
  • Loading branch information
btashawn committed Apr 27, 2023
1 parent 8f50164 commit d85351b
Showing 1 changed file with 5 additions and 0 deletions.
Expand Up @@ -254,7 +254,12 @@ - (void)waitForImageAnalysisToEnd
[webView waitForImageAnalysisToEnd];
}

// FIXME: re-enable for iOS when rdar://107476837 is resolved
#if PLATFORM(IOS)
TEST(FullscreenVideoTextRecognition, DISABLED_AddVideoAfterEnteringFullscreen)
#else
TEST(FullscreenVideoTextRecognition, AddVideoAfterEnteringFullscreen)
#endif
{
auto webView = [FullscreenVideoTextRecognitionWebView create];
[webView loadVideoSource:@"test.mp4"];
Expand Down

0 comments on commit d85351b

Please sign in to comment.