Changeset 206553 in webkit


Ignore:
Timestamp:
Sep 28, 2016 2:42:34 PM (8 years ago)
Author:
Ryan Haddad
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):

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r206549 r206553  
     12016-09-28  Ryan Haddad  <ryanhaddad@apple.com>
     2
     3        Disable flaky API test WebKit2.AutoLayoutIntegration.
     4        https://bugs.webkit.org/show_bug.cgi?id=160284
     5
     6        Unreviewed test gardening.
     7
     8        * TestWebKitAPI/Tests/WebKit2Cocoa/AutoLayoutIntegration.mm:
     9        (TEST):
     10
    1112016-09-28  Alex Christensen  <achristensen@webkit.org>
    212
  • trunk/Tools/TestWebKitAPI/Tests/WebKit2Cocoa/AutoLayoutIntegration.mm

    r206247 r206553  
    108108@end
    109109
    110 TEST(WebKit2, AutoLayoutIntegration)
     110TEST(WebKit2, DISABLED_AutoLayoutIntegration)
    111111{
    112112    RetainPtr<AutoLayoutWKWebView> webView = adoptNS([[AutoLayoutWKWebView alloc] initWithFrame:NSMakeRect(0, 0, 1000, 1000)]);
Note: See TracChangeset for help on using the changeset viewer.