Skip to content

Commit cd5bf25

Browse files
committed
chore: Mark flaky test in A2AServerJsonRpcIntegrationTest as @disabled
1 parent 866d1c9 commit cd5bf25

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

a2a/a2a-server/src/jvmTest/kotlin/ai/koog/a2a/server/jsonrpc/A2AServerJsonRpcIntegrationTest.kt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ import kotlinx.coroutines.test.runTest
2626
import kotlinx.coroutines.withContext
2727
import org.junit.jupiter.api.AfterAll
2828
import org.junit.jupiter.api.BeforeAll
29+
import org.junit.jupiter.api.Disabled
2930
import org.junit.jupiter.api.TestInstance
3031
import org.junit.jupiter.api.parallel.Execution
3132
import org.junit.jupiter.api.parallel.ExecutionMode
@@ -43,6 +44,7 @@ import kotlin.uuid.Uuid
4344
@OptIn(ExperimentalUuidApi::class)
4445
@TestInstance(TestInstance.Lifecycle.PER_CLASS)
4546
@Execution(ExecutionMode.SAME_THREAD)
47+
@
4648
class A2AServerJsonRpcIntegrationTest : BaseA2AServerJsonRpcTest() {
4749
override val testTimeout = 10.seconds
4850

@@ -78,6 +80,7 @@ class A2AServerJsonRpcIntegrationTest : BaseA2AServerJsonRpcTest() {
7880
super.`test send message streaming`()
7981

8082
@Test
83+
@Disabled("Flaky test, needs investigation")
8184
override fun `test get task`() =
8285
super.`test get task`()
8386

0 commit comments

Comments
 (0)