Skip to content

Commit 97db6d1

Browse files
Willyfrogclaude
andauthored
[MM-67173] to-fix: skip flaky playIncomingCallsRinging test in calls state (#9415)
* fix: skip flaky playIncomingCallsRinging test in calls state Skip the playIncomingCallsRinging test that has been causing intermittent failures. Added TODO comment to track that the root cause still needs to be identified. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * add link to ticket that should fix the test --------- Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 90135d8 commit 97db6d1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

app/products/calls/state/actions.test.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1453,7 +1453,9 @@ describe('useCallsState', () => {
14531453
assert.deepEqual(result.current[2], expectedIncomingCalls);
14541454
});
14551455

1456-
it('playIncomingCallsRinging', async () => {
1456+
// TODO: Flaky test - disabled until root cause is identified
1457+
// See https://mattermost.atlassian.net/browse/MM-67173
1458+
it.skip('playIncomingCallsRinging', async () => {
14571459
const initialIncomingCalls = {
14581460
...DefaultIncomingCalls,
14591461
incomingCalls: [{

0 commit comments

Comments
 (0)