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 bead0d8 commit c9042e5Copy full SHA for c9042e5
model-server/src/test/kotlin/org/modelix/model/server/ReplicatedRepositoryTest.kt
@@ -322,7 +322,7 @@ class ReplicatedRepositoryTest {
322
}
323
324
325
- @Ignore
+ @Ignore("Not stable yet. See https://issues.modelix.org/issue/MODELIX-554/Unstable-ModelClient-v1")
326
@RepeatedTest(value = 10)
327
fun clientCompatibility(repetitionInfo: RepetitionInfo) = runTest { scope ->
328
val url = "http://localhost/v2"
0 commit comments