disabled the flaky test callIsTimingOut

This commit is contained in:
Mauro Romito
2026-04-27 13:47:36 +02:00
committed by Mauro
parent aabf17f37c
commit 83e4b3a865

View File

@@ -81,7 +81,7 @@ final class ElementCallServiceTests {
}
}
@Test
@Test(.disabled())
func callIsTimingOut() async {
#expect(!callProvider.reportNewIncomingCallWithUpdateCompletionCalled)