Skip to content

Commit bf39ab9

Browse files
[CI] Disable flaky unit test (#844)
1 parent 22c910c commit bf39ab9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

StreamVideoTests/WebRTC/v2/StateMachine/Stages/WebRTCCoordinatorStateMachine_JoinedStageTests.swift

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -582,6 +582,11 @@ final class WebRTCCoordinatorStateMachine_JoinedStageTests: XCTestCase, @uncheck
582582
}
583583

584584
func test_transition_callSettingsUpdated_statsAdapterUpdated() async throws {
585+
try XCTSkipIf(
586+
ProcessInfo().operatingSystemVersion.majorVersion == 15,
587+
"https://linear.app/stream/issue/IOS-923"
588+
)
589+
585590
let statsAdapter = MockWebRTCStatsAdapter()
586591
await mockCoordinatorStack.coordinator.stateAdapter.set(
587592
statsAdapter: statsAdapter

0 commit comments

Comments
 (0)