From 83e4b3a865c758c877cf5aad85398756cfa85cc9 Mon Sep 17 00:00:00 2001 From: Mauro Romito Date: Mon, 27 Apr 2026 13:47:36 +0200 Subject: [PATCH] disabled the flaky test `callIsTimingOut` --- UnitTests/Sources/ElementCallServiceTests.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UnitTests/Sources/ElementCallServiceTests.swift b/UnitTests/Sources/ElementCallServiceTests.swift index 72d49bec3..596a203a0 100644 --- a/UnitTests/Sources/ElementCallServiceTests.swift +++ b/UnitTests/Sources/ElementCallServiceTests.swift @@ -81,7 +81,7 @@ final class ElementCallServiceTests { } } - @Test + @Test(.disabled()) func callIsTimingOut() async { #expect(!callProvider.reportNewIncomingCallWithUpdateCompletionCalled)