Skip to content

Commit 3c74833

Browse files
committed
[BW] Update one more slow mode issue link
1 parent 103acd1 commit 3c74833

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

StreamChatSwiftUITestsAppTests/Tests/SlowMode_Tests.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,10 @@ final class SlowMode_Tests: StreamTestCase {
1717
addTags([.slowMode])
1818
}
1919

20-
func test_slowModeIsActiveAndCooldownIsShown_whenNewMessageIsSent() {
20+
func test_slowModeIsActiveAndCooldownIsShown_whenNewMessageIsSent() throws {
2121
linkToScenario(withId: 450)
22+
23+
throw XCTSkip("Check out issues/180")
2224

2325
GIVEN("user opens a channel") {
2426
backendRobot.setCooldown(enabled: true, duration: cooldownDuration)

0 commit comments

Comments
 (0)