Skip to content

Commit 888b980

Browse files
committed
Skip flaky test
1 parent 873f47f commit 888b980

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

StreamChatSwiftUITestsAppTests/Tests/MessageList_Tests.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -638,8 +638,10 @@ extension MessageList_Tests {
638638

639639
// MARK: - Thread replies
640640
extension MessageList_Tests {
641-
func test_threadReplyAppearsInThread_whenParticipantAddsThreadReply() {
641+
func test_threadReplyAppearsInThread_whenParticipantAddsThreadReply() throws {
642642
linkToScenario(withId: 379)
643+
644+
throw XCTSkip("XCTest issue: Automation type mismatch: computed Other from legacy attributes vs ActivityIndicator from modern attribute.")
643645

644646
let threadReply = "thread reply"
645647

0 commit comments

Comments
 (0)