File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
a2a/a2a-server/src/jvmTest/kotlin/ai/koog/a2a/server/jsonrpc Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ package ai.koog.a2a.server.jsonrpc
22
33import org.junit.jupiter.api.AfterAll
44import org.junit.jupiter.api.BeforeAll
5+ import org.junit.jupiter.api.Disabled
56import org.junit.jupiter.api.RepeatedTest
67import org.junit.jupiter.api.TestInstance
78import org.junit.jupiter.api.parallel.Execution
@@ -15,6 +16,7 @@ import kotlin.time.Duration.Companion.seconds
1516 */
1617@TestInstance(TestInstance .Lifecycle .PER_CLASS )
1718@Execution(ExecutionMode .SAME_THREAD , reason = " Working with the same instance of test server." )
19+ @Disabled(" TODO add stress tests in heavy tests only" ) // TODO add in heavy tests
1820class StressA2AServerJsonRpcIntegrationTest : BaseA2AServerJsonRpcTest () {
1921 override val testTimeout = 10 .seconds
2022
You can’t perform that action at this time.
0 commit comments