API Test VideoControlsManagerAudioElementFollowingUserInteraction is frequently timing out after revision: https://trac.webkit.org/changeset/234081/webkit sample output: https://build.webkit.org/builders/Apple%20High%20Sierra%20Debug%20WK2%20%28Tests%29/builds/4227/steps/run-api-tests/logs/stdio TestWebKitAPI.VideoControlsManager.VideoControlsManagerAudioElementFollowingUserInteraction Timeout
Do we have confidence that this regressed with r234081? What is the next step to resolve the regression?
<rdar://problem/42667737>
Created attachment 348431 [details] Patch
Comment on attachment 348431 [details] Patch Clearing flags on attachment: 348431 Committed r235614: <https://trac.webkit.org/changeset/235614>
All reviewed patches have been landed. Closing bug.
This test continues to be a flaky (In reply to WebKit Commit Bot from comment #4) > Comment on attachment 348431 [details] > Patch > > Clearing flags on attachment: 348431 > > Committed r235614: <https://trac.webkit.org/changeset/235614> This test continues to be a flaky time out despite this revision. Sample output: https://build.webkit.org/builders/Apple%20High%20Sierra%20Debug%20WK1%20%28Tests%29/builds/5504/steps/run-api-tests/logs/stdio and https://build.webkit.org/builders/Apple%20High%20Sierra%20Debug%20WK2%20%28Tests%29/builds/4737/steps/run-api-tests/logs/stdio
The timeout can be reproduced with the following command: while true; do run-api-tests --debug TestWebKitAPI.VideoControlsManager.VideoControlsManagerAudioElementFollowingUserInteraction ;done
I'd like to skip this test since it is making the bots red.
Disabled test in https://trac.webkit.org/r237336