[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>
This commit is contained in:
parent
90135d8580
commit
97db6d1cc7
1 changed files with 3 additions and 1 deletions
|
|
@ -1453,7 +1453,9 @@ describe('useCallsState', () => {
|
|||
assert.deepEqual(result.current[2], expectedIncomingCalls);
|
||||
});
|
||||
|
||||
it('playIncomingCallsRinging', async () => {
|
||||
// TODO: Flaky test - disabled until root cause is identified
|
||||
// See https://mattermost.atlassian.net/browse/MM-67173
|
||||
it.skip('playIncomingCallsRinging', async () => {
|
||||
const initialIncomingCalls = {
|
||||
...DefaultIncomingCalls,
|
||||
incomingCalls: [{
|
||||
|
|
|
|||
Loading…
Reference in a new issue