Skip to content

Commit c9042e5

Browse files
committed
chore: reason why clientCompatibility test is disabled
1 parent bead0d8 commit c9042e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

model-server/src/test/kotlin/org/modelix/model/server/ReplicatedRepositoryTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ class ReplicatedRepositoryTest {
322322
}
323323
}
324324

325-
@Ignore
325+
@Ignore("Not stable yet. See https://issues.modelix.org/issue/MODELIX-554/Unstable-ModelClient-v1")
326326
@RepeatedTest(value = 10)
327327
fun clientCompatibility(repetitionInfo: RepetitionInfo) = runTest { scope ->
328328
val url = "http://localhost/v2"

0 commit comments

Comments
 (0)