Skip to content

Commit 73474b3

Browse files
szuendDevtools-frontend LUCI CQ
authored andcommitted
Disable flaky animation timeline test
No-Presubmit: True No-Tree-Checks: True No-Try: True Bug: 446903183 Change-Id: Ic76d44d2288b59da29dbc973827c9e252fd3591f Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/7135040 Auto-Submit: Simon Zünd <[email protected]> Commit-Queue: Kim-Anh Tran <[email protected]> Reviewed-by: Kim-Anh Tran <[email protected]>
1 parent 14b88f8 commit 73474b3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

front_end/panels/animation/AnimationTimeline.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,8 @@ describeWithMockConnection('AnimationTimeline', () => {
456456
});
457457

458458
describe('animationGroupUpdated', () => {
459-
it('should update duration on animationGroupUpdated', async () => {
459+
// Flaky test.
460+
it.skip('[crbug.com/446903183] should update duration on animationGroupUpdated', async () => {
460461
const preview = await waitFor('.animation-buffer-preview', view.element.shadowRoot!) as HTMLElement;
461462
assert.isNotNull(preview);
462463
preview.click();

0 commit comments

Comments
 (0)