Skip to content

Commit

Permalink
Ignore test
Browse files Browse the repository at this point in the history
  • Loading branch information
clementetb committed Jul 10, 2024
1 parent ba0cfd1 commit c10683e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ import kotlinx.coroutines.withTimeout
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 @@ -145,6 +146,7 @@ class FLXProgressListenerTests {
}

@Test
@Ignore // disabled until https://github.com/realm/realm-core/issues/7869 is fixed
fun uploadProgressListener_changesOnly() = runBlocking {
Realm.open(createSyncConfig(app.createUserAndLogin())).use { realm ->
for (i in 0..3) {
Expand Down

0 comments on commit c10683e

Please sign in to comment.