We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 873f47f commit 888b980Copy full SHA for 888b980
StreamChatSwiftUITestsAppTests/Tests/MessageList_Tests.swift
@@ -638,8 +638,10 @@ extension MessageList_Tests {
638
639
// MARK: - Thread replies
640
extension MessageList_Tests {
641
- func test_threadReplyAppearsInThread_whenParticipantAddsThreadReply() {
+ func test_threadReplyAppearsInThread_whenParticipantAddsThreadReply() throws {
642
linkToScenario(withId: 379)
643
+
644
+ throw XCTSkip("XCTest issue: Automation type mismatch: computed Other from legacy attributes vs ActivityIndicator from modern attribute.")
645
646
let threadReply = "thread reply"
647
0 commit comments