From d12fdce35f427bc5dddab2bd55f9c702f1152c8b Mon Sep 17 00:00:00 2001 From: powerivq Date: Fri, 4 Oct 2024 22:14:55 +0800 Subject: [PATCH] WIP Reenable flaky video test --- test/integration/test-video-players-helper.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/test/integration/test-video-players-helper.js b/test/integration/test-video-players-helper.js index e31678359f51..16ba352f6bbc 100644 --- a/test/integration/test-video-players-helper.js +++ b/test/integration/test-video-players-helper.js @@ -179,8 +179,7 @@ export function runVideoPlayerIntegrationTests( }); }); - // TODO(#40115): fix this flaky test - it.skip('should trigger pause analytics when the video pauses', function () { + it('should trigger pause analytics when the video pauses', function () { let pauseButton; return getVideoPlayer({ @@ -202,7 +201,6 @@ export function runVideoPlayerIntegrationTests( }); }); - // TODO(#40115): fix this flaky test it.skip('should trigger session analytics when a session ends', function () { let pauseButton; @@ -381,7 +379,6 @@ export function runVideoPlayerIntegrationTests( this.timeout(timeout); describe('play/pause', () => { - // TODO(#40115): fix this flaky test it.skip('should play when in view port initially', () => { return getVideoPlayer({outsideView: false, autoplay: true}).then( (r) => {