Skip to content

Commit

Permalink
test(model-server): disabled unstable unit test
Browse files Browse the repository at this point in the history
Will be fixed by #232 later.
  • Loading branch information
slisson committed Sep 11, 2023
1 parent 77db3af commit cef7a7f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ import java.util.Collections
import java.util.SortedSet
import java.util.TreeSet
import kotlin.random.Random
import kotlin.test.Ignore
import kotlin.test.Test
import kotlin.test.assertEquals
import kotlin.time.Duration.Companion.milliseconds
Expand Down Expand Up @@ -115,6 +116,7 @@ class ReplicatedRepositoryTest {
}
}

@Ignore
@Test
fun `concurrent write`() = runTest {
val url = "http://localhost/v2"
Expand Down

0 comments on commit cef7a7f

Please sign in to comment.