Title: [211232] trunk/Tools
Revision
211232
Author
ryanhad...@apple.com
Date
2017-01-26 14:34:00 -0800 (Thu, 26 Jan 2017)

Log Message

Disable API test WebKit2.WebsitePoliciesPlayAfterPreventedAutoplay.
https://bugs.webkit.org/show_bug.cgi?id=167466

Unreviewed test gardening.

* TestWebKitAPI/Tests/WebKit2Cocoa/WebsitePolicies.mm:
(TEST):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (211231 => 211232)


--- trunk/Tools/ChangeLog	2017-01-26 22:10:58 UTC (rev 211231)
+++ trunk/Tools/ChangeLog	2017-01-26 22:34:00 UTC (rev 211232)
@@ -1,3 +1,13 @@
+2017-01-26  Ryan Haddad  <ryanhad...@apple.com>
+
+        Disable API test WebKit2.WebsitePoliciesPlayAfterPreventedAutoplay.
+        https://bugs.webkit.org/show_bug.cgi?id=167466
+
+        Unreviewed test gardening.
+
+        * TestWebKitAPI/Tests/WebKit2Cocoa/WebsitePolicies.mm:
+        (TEST):
+
 2017-01-26  Matt Rajca  <mra...@apple.com>
 
         Notify clients when the user plays media otherwise prevented from autoplaying

Modified: trunk/Tools/TestWebKitAPI/Tests/WebKit2Cocoa/WebsitePolicies.mm (211231 => 211232)


--- trunk/Tools/TestWebKitAPI/Tests/WebKit2Cocoa/WebsitePolicies.mm	2017-01-26 22:10:58 UTC (rev 211231)
+++ trunk/Tools/TestWebKitAPI/Tests/WebKit2Cocoa/WebsitePolicies.mm	2017-01-26 22:34:00 UTC (rev 211232)
@@ -223,7 +223,8 @@
     receivedAlert = true;
 }
 
-TEST(WebKit2, WebsitePoliciesPlayAfterPreventedAutoplay)
+// FIXME: webkit.org/b/167466 Re-enable this test once the cause of timeouts on the bots can be fixed.
+TEST(WebKit2, DISABLED_WebsitePoliciesPlayAfterPreventedAutoplay)
 {
     auto configuration = adoptNS([[WKWebViewConfiguration alloc] init]);
     auto webView = adoptNS([[TestWKWebView alloc] initWithFrame:NSMakeRect(0, 0, 336, 276) configuration:configuration.get()]);
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to