Changeset 237336 in webkit
- Timestamp:
- Oct 22, 2018, 4:05:52 PM (6 years ago)
- Location:
- trunk/Tools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/ChangeLog
r237328 r237336 1 2018-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 1 11 2018-10-22 Wenson Hsieh <wenson_hsieh@apple.com> 2 12 -
trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/VideoControlsManager.mm
r235614 r237336 328 328 } 329 329 330 TEST(VideoControlsManager, VideoControlsManagerAudioElementFollowingUserInteraction)330 TEST(VideoControlsManager, DISABLED_VideoControlsManagerAudioElementFollowingUserInteraction) 331 331 { 332 332 RetainPtr<VideoControlsManagerTestWebView*> webView = setUpWebViewForTestingVideoControlsManager(NSMakeRect(0, 0, 400, 400));
Note:
See TracChangeset
for help on using the changeset viewer.