Changeset 237336 in webkit


Ignore:
Timestamp:
Oct 22, 2018 4:05:52 PM (5 years ago)
Author:
Ryan Haddad
Message:

REGRESSION (r234081): TestWebKitAPI.VideoControlsManager.VideoControlsManagerAudioElementFollowingUserInteraction is a flaky timeout
https://bugs.webkit.org/show_bug.cgi?id=187972

Unreviewed test gardening.

  • TestWebKitAPI/Tests/WebKitCocoa/VideoControlsManager.mm:

(TestWebKitAPI::TEST): Disable the flaky test.

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r237328 r237336  
     12018-10-22  Ryan Haddad  <ryanhaddad@apple.com>
     2
     3        REGRESSION (r234081): TestWebKitAPI.VideoControlsManager.VideoControlsManagerAudioElementFollowingUserInteraction is a flaky timeout
     4        https://bugs.webkit.org/show_bug.cgi?id=187972
     5
     6        Unreviewed test gardening.
     7
     8        * TestWebKitAPI/Tests/WebKitCocoa/VideoControlsManager.mm:
     9        (TestWebKitAPI::TEST): Disable the flaky test.
     10
    1112018-10-22  Wenson Hsieh  <wenson_hsieh@apple.com>
    212
  • trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/VideoControlsManager.mm

    r235614 r237336  
    328328}
    329329
    330 TEST(VideoControlsManager, VideoControlsManagerAudioElementFollowingUserInteraction)
     330TEST(VideoControlsManager, DISABLED_VideoControlsManagerAudioElementFollowingUserInteraction)
    331331{
    332332    RetainPtr<VideoControlsManagerTestWebView*> webView = setUpWebViewForTestingVideoControlsManager(NSMakeRect(0, 0, 400, 400));
Note: See TracChangeset for help on using the changeset viewer.