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 d1d372a commit 862dc53Copy full SHA for 862dc53
StreamChatSwiftUITestsAppTests/Tests/Attachments_Tests.swift
@@ -42,6 +42,8 @@ final class Attachments_Tests: StreamTestCase {
42
func test_participantUploadsVideo() throws {
43
linkToScenario(withId: 312)
44
45
+ throw XCTSkip("Check out CIS-2294")
46
+
47
GIVEN("user opens the channel") {
48
userRobot.login().openChannel()
49
}
@@ -56,8 +58,6 @@ final class Attachments_Tests: StreamTestCase {
56
58
func test_participantUploadsFile() throws {
57
59
linkToScenario(withId: 313)
60
- throw XCTSkip("Check out CIS-2294")
-
61
62
63
0 commit comments