Skip to content

Commit 86882fd

Browse files
committed
Mark testMultipleClientParallel as ignored due to flakiness (ref #262).
1 parent dec2cb8 commit 86882fd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

kotlin-sdk-test/src/jvmTest/kotlin/io/modelcontextprotocol/kotlin/sdk/integration/typescript/TypeScriptClientKotlinServerTest.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import org.junit.jupiter.api.BeforeEach
66
import org.junit.jupiter.api.Test
77
import org.junit.jupiter.api.Timeout
88
import java.util.concurrent.TimeUnit
9+
import kotlin.test.Ignore
910
import kotlin.test.assertTrue
1011

1112
class TypeScriptClientKotlinServerTest : TypeScriptTestBase() {
@@ -109,6 +110,7 @@ class TypeScriptClientKotlinServerTest : TypeScriptTestBase() {
109110

110111
@Test
111112
@Timeout(30, unit = TimeUnit.SECONDS)
113+
@Ignore // Ignored due to flaky, see issue https://github.com/modelcontextprotocol/kotlin-sdk/issues/262
112114
fun testMultipleClientParallel() = runTest {
113115
val clientCount = 3
114116
val clients = listOf(

0 commit comments

Comments
 (0)