Skip to content

Commit 438ef9e

Browse files
committed
[a2a] Disable stress tests
1 parent 6129cf2 commit 438ef9e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ package ai.koog.a2a.server.jsonrpc
22

33
import org.junit.jupiter.api.AfterAll
44
import org.junit.jupiter.api.BeforeAll
5+
import org.junit.jupiter.api.Disabled
56
import org.junit.jupiter.api.RepeatedTest
67
import org.junit.jupiter.api.TestInstance
78
import 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
1820
class StressA2AServerJsonRpcIntegrationTest : BaseA2AServerJsonRpcTest() {
1921
override val testTimeout = 10.seconds
2022

0 commit comments

Comments
 (0)