Title: [237336] trunk/Tools
Revision
237336
Author
[email protected]
Date
2018-10-22 16:05:52 -0700 (Mon, 22 Oct 2018)

Log Message

REGRESSION (r234081): TestWebKitAPI.VideoControlsManager.VideoControlsManagerAudioElementFollowingUserInteraction is a flaky timeout
https://bugs.webkit.org/show_bug.cgi?id=187972

Unreviewed test gardening.

* TestWebKitAPI/Tests/WebKitCocoa/VideoControlsManager.mm:
(TestWebKitAPI::TEST): Disable the flaky test.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (237335 => 237336)


--- trunk/Tools/ChangeLog	2018-10-22 22:12:43 UTC (rev 237335)
+++ trunk/Tools/ChangeLog	2018-10-22 23:05:52 UTC (rev 237336)
@@ -1,3 +1,13 @@
+2018-10-22  Ryan Haddad  <[email protected]>
+
+        REGRESSION (r234081): TestWebKitAPI.VideoControlsManager.VideoControlsManagerAudioElementFollowingUserInteraction is a flaky timeout
+        https://bugs.webkit.org/show_bug.cgi?id=187972
+
+        Unreviewed test gardening.
+
+        * TestWebKitAPI/Tests/WebKitCocoa/VideoControlsManager.mm:
+        (TestWebKitAPI::TEST): Disable the flaky test.
+
 2018-10-22  Wenson Hsieh  <[email protected]>
 
         [iOS] [Datalist] fast/forms/datalist/datalist-show-hide.html fails

Modified: trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/VideoControlsManager.mm (237335 => 237336)


--- trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/VideoControlsManager.mm	2018-10-22 22:12:43 UTC (rev 237335)
+++ trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/VideoControlsManager.mm	2018-10-22 23:05:52 UTC (rev 237336)
@@ -327,7 +327,7 @@
     EXPECT_TRUE([[webView controlledElementID] isEqualToString:@"first"]);
 }
 
-TEST(VideoControlsManager, VideoControlsManagerAudioElementFollowingUserInteraction)
+TEST(VideoControlsManager, DISABLED_VideoControlsManagerAudioElementFollowingUserInteraction)
 {
     RetainPtr<VideoControlsManagerTestWebView*> webView = setUpWebViewForTestingVideoControlsManager(NSMakeRect(0, 0, 400, 400));
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to