We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7543e8 commit 409640eCopy full SHA for 409640e
a2a/a2a-server/src/jvmTest/kotlin/ai/koog/a2a/server/jsonrpc/A2AServerJsonRpcIntegrationTest.kt
@@ -44,6 +44,7 @@ import kotlin.uuid.Uuid
44
@OptIn(ExperimentalUuidApi::class)
45
@TestInstance(TestInstance.Lifecycle.PER_CLASS)
46
@Execution(ExecutionMode.SAME_THREAD)
47
+@Disabled("Flaky test, needs investigation")
48
class A2AServerJsonRpcIntegrationTest : BaseA2AServerJsonRpcTest() {
49
override val testTimeout = 10.seconds
50
@@ -79,7 +80,6 @@ class A2AServerJsonRpcIntegrationTest : BaseA2AServerJsonRpcTest() {
79
80
super.`test send message streaming`()
81
82
@Test
- @Disabled("Flaky test, needs investigation")
83
override fun `test get task`() =
84
super.`test get task`()
85
0 commit comments