Skip to content

Commit 409640e

Browse files
committed
Disable A2AServerJsonRpcIntegrationTest completely
1 parent a7543e8 commit 409640e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ import kotlin.uuid.Uuid
4444
@OptIn(ExperimentalUuidApi::class)
4545
@TestInstance(TestInstance.Lifecycle.PER_CLASS)
4646
@Execution(ExecutionMode.SAME_THREAD)
47+
@Disabled("Flaky test, needs investigation")
4748
class A2AServerJsonRpcIntegrationTest : BaseA2AServerJsonRpcTest() {
4849
override val testTimeout = 10.seconds
4950

@@ -79,7 +80,6 @@ class A2AServerJsonRpcIntegrationTest : BaseA2AServerJsonRpcTest() {
7980
super.`test send message streaming`()
8081

8182
@Test
82-
@Disabled("Flaky test, needs investigation")
8383
override fun `test get task`() =
8484
super.`test get task`()
8585

0 commit comments

Comments
 (0)