File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
a2a/a2a-server/src/jvmTest/kotlin/ai/koog/a2a/server/jsonrpc Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ import kotlinx.coroutines.test.runTest
2626import kotlinx.coroutines.withContext
2727import org.junit.jupiter.api.AfterAll
2828import org.junit.jupiter.api.BeforeAll
29+ import org.junit.jupiter.api.Disabled
2930import org.junit.jupiter.api.TestInstance
3031import org.junit.jupiter.api.parallel.Execution
3132import 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+ @
4648class 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
You can’t perform that action at this time.
0 commit comments