Changeset 220327 in webkit


Ignore:
Timestamp:
Aug 6, 2017 8:00:55 PM (7 years ago)
Author:
Ryan Haddad
Message:

Disable API test NowPlayingControlsTests.NowPlayingControlsIOS.

Unreviewed test gardening.

  • TestWebKitAPI/Tests/WebKit2Cocoa/NowPlayingControlsTests.mm:

(TestWebKitAPI::TEST):

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r220322 r220327  
     12017-08-04  Ryan Haddad  <ryanhaddad@apple.com>
     2
     3        Disable API test NowPlayingControlsTests.NowPlayingControlsIOS.
     4
     5        Unreviewed test gardening.
     6
     7        * TestWebKitAPI/Tests/WebKit2Cocoa/NowPlayingControlsTests.mm:
     8        (TestWebKitAPI::TEST):
     9
    1102017-08-05  Filip Pizlo  <fpizlo@apple.com>
    211
  • trunk/Tools/TestWebKitAPI/Tests/WebKit2Cocoa/NowPlayingControlsTests.mm

    r211045 r220327  
    186186
    187187#if PLATFORM(IOS)
    188 TEST(NowPlayingControlsTests, NowPlayingControlsIOS)
     188// FIXME: Re-enable this test once <webkit.org/b/175204> is resolved.
     189TEST(NowPlayingControlsTests, DISABLED_NowPlayingControlsIOS)
    189190{
    190191    WKWebViewConfiguration *configuration = [[WKWebViewConfiguration alloc] init];
Note: See TracChangeset for help on using the changeset viewer.