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 103acd1 commit 3c74833Copy full SHA for 3c74833
StreamChatSwiftUITestsAppTests/Tests/SlowMode_Tests.swift
@@ -17,8 +17,10 @@ final class SlowMode_Tests: StreamTestCase {
17
addTags([.slowMode])
18
}
19
20
- func test_slowModeIsActiveAndCooldownIsShown_whenNewMessageIsSent() {
+ func test_slowModeIsActiveAndCooldownIsShown_whenNewMessageIsSent() throws {
21
linkToScenario(withId: 450)
22
+
23
+ throw XCTSkip("Check out issues/180")
24
25
GIVEN("user opens a channel") {
26
backendRobot.setCooldown(enabled: true, duration: cooldownDuration)
0 commit comments