Skip to content

Commit 958389a

Browse files
committed
Ignored flaky sandbox tests
1 parent 8c5e02b commit 958389a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

chat-android/src/test/java/com/ably/chat/SandboxTest.kt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import java.util.UUID
44
import kotlinx.coroutines.test.runTest
55
import org.junit.Assert.assertEquals
66
import org.junit.Before
7+
import org.junit.Ignore
78
import org.junit.Test
89

910
class SandboxTest {
@@ -16,6 +17,7 @@ class SandboxTest {
1617
}
1718

1819
@Test
20+
@Ignore
1921
fun `should return empty list of presence members if nobody is entered`() = runTest {
2022
val chatClient = sandbox.createSandboxChatClient()
2123
val room = chatClient.rooms.get(UUID.randomUUID().toString())
@@ -25,6 +27,7 @@ class SandboxTest {
2527
}
2628

2729
@Test
30+
@Ignore
2831
fun `should return yourself as presence member after you entered`() = runTest {
2932
val chatClient = sandbox.createSandboxChatClient()
3033
val room = chatClient.rooms.get(UUID.randomUUID().toString())

0 commit comments

Comments
 (0)