Skip to content

Commit 862dc53

Browse files
author
Alexey Alter-Pesotskiy
committed
[BW] Skip video attachment test in the right way
1 parent d1d372a commit 862dc53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

StreamChatSwiftUITestsAppTests/Tests/Attachments_Tests.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ final class Attachments_Tests: StreamTestCase {
4242
func test_participantUploadsVideo() throws {
4343
linkToScenario(withId: 312)
4444

45+
throw XCTSkip("Check out CIS-2294")
46+
4547
GIVEN("user opens the channel") {
4648
userRobot.login().openChannel()
4749
}
@@ -56,8 +58,6 @@ final class Attachments_Tests: StreamTestCase {
5658
func test_participantUploadsFile() throws {
5759
linkToScenario(withId: 313)
5860

59-
throw XCTSkip("Check out CIS-2294")
60-
6161
GIVEN("user opens the channel") {
6262
userRobot.login().openChannel()
6363
}

0 commit comments

Comments
 (0)