Skip to content

Commit

Permalink
ignore test
Browse files Browse the repository at this point in the history
  • Loading branch information
kneth committed Aug 20, 2024
1 parent fadec84 commit 4ae95dc
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ import kotlinx.coroutines.TimeoutCancellationException
import kotlin.random.Random
import kotlin.test.AfterTest
import kotlin.test.BeforeTest
import kotlin.test.Ignore
import kotlin.test.Test
import kotlin.test.assertEquals
import kotlin.test.assertFailsWith
Expand Down Expand Up @@ -260,6 +261,8 @@ class SubscriptionExtensionsTests {
}

@Test
@Ignore
// See https://github.com/realm/realm-kotlin/issues/1823
fun realmResults_subscribe_waitFirstTime() = runBlocking {
val section = Random.nextInt()

Expand Down

0 comments on commit 4ae95dc

Please sign in to comment.