Changeset 215888 in webkit


Ignore:
Timestamp:
Apr 27, 2017 1:14:14 PM (7 years ago)
Author:
Ryan Haddad
Message:

Disable flaky API test WKWebView.SetOverrideContentSecurityPolicyWithEmptyStringForPageWithCSP.
https://bugs.webkit.org/show_bug.cgi?id=167914

Unreviewed test gardening.

  • TestWebKitAPI/Tests/WebKit2Cocoa/OverrideContentSecurityPolicy.mm:

(TEST):

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r215857 r215888  
     12017-04-27  Ryan Haddad  <ryanhaddad@apple.com>
     2
     3        Disable flaky API test WKWebView.SetOverrideContentSecurityPolicyWithEmptyStringForPageWithCSP.
     4        https://bugs.webkit.org/show_bug.cgi?id=167914
     5
     6        Unreviewed test gardening.
     7
     8        * TestWebKitAPI/Tests/WebKit2Cocoa/OverrideContentSecurityPolicy.mm:
     9        (TEST):
     10
    1112017-04-26  Saam Barati  <sbarati@apple.com>
    212
  • trunk/Tools/TestWebKitAPI/Tests/WebKit2Cocoa/OverrideContentSecurityPolicy.mm

    r211656 r215888  
    3232#if WK_API_ENABLED
    3333
    34 TEST(WKWebView, SetOverrideContentSecurityPolicyWithEmptyStringForPageWithCSP)
     34TEST(WKWebView, DISABLED_SetOverrideContentSecurityPolicyWithEmptyStringForPageWithCSP)
    3535{
    3636    @autoreleasepool {
Note: See TracChangeset for help on using the changeset viewer.