Title: [206553] trunk/Tools
Revision
206553
Author
[email protected]
Date
2016-09-28 14:42:34 -0700 (Wed, 28 Sep 2016)

Log Message

Disable flaky API test WebKit2.AutoLayoutIntegration.
https://bugs.webkit.org/show_bug.cgi?id=160284

Unreviewed test gardening.

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

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (206552 => 206553)


--- trunk/Tools/ChangeLog	2016-09-28 21:30:27 UTC (rev 206552)
+++ trunk/Tools/ChangeLog	2016-09-28 21:42:34 UTC (rev 206553)
@@ -1,3 +1,13 @@
+2016-09-28  Ryan Haddad  <[email protected]>
+
+        Disable flaky API test WebKit2.AutoLayoutIntegration.
+        https://bugs.webkit.org/show_bug.cgi?id=160284
+
+        Unreviewed test gardening.
+
+        * TestWebKitAPI/Tests/WebKit2Cocoa/AutoLayoutIntegration.mm:
+        (TEST):
+
 2016-09-28  Alex Christensen  <[email protected]>
 
         URLParser should ignore tabs in authority

Modified: trunk/Tools/TestWebKitAPI/Tests/WebKit2Cocoa/AutoLayoutIntegration.mm (206552 => 206553)


--- trunk/Tools/TestWebKitAPI/Tests/WebKit2Cocoa/AutoLayoutIntegration.mm	2016-09-28 21:30:27 UTC (rev 206552)
+++ trunk/Tools/TestWebKitAPI/Tests/WebKit2Cocoa/AutoLayoutIntegration.mm	2016-09-28 21:42:34 UTC (rev 206553)
@@ -107,7 +107,7 @@
 
 @end
 
-TEST(WebKit2, AutoLayoutIntegration)
+TEST(WebKit2, DISABLED_AutoLayoutIntegration)
 {
     RetainPtr<AutoLayoutWKWebView> webView = adoptNS([[AutoLayoutWKWebView alloc] initWithFrame:NSMakeRect(0, 0, 1000, 1000)]);
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to