Skip to content

Commit 3172085

Browse files
authored
fix: temporarily disable testConcurrentRequests because of flakiness (#1487)
1 parent 86e5f54 commit 3172085

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • runtime/protocol/http-client-engines/test-suite/common/test/aws/smithy/kotlin/runtime/http/test

runtime/protocol/http-client-engines/test-suite/common/test/aws/smithy/kotlin/runtime/http/test/AsyncStressTest.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ import kotlin.time.Duration.Companion.milliseconds
1717
class AsyncStressTest : AbstractEngineTest() {
1818

1919
@Test
20+
@Ignore // FIXME re-enable this test after debugging why it's so flaky, particularly on Mac OS (JVM)
2021
fun testConcurrentRequests() = testEngines {
2122
// https://github.com/awslabs/aws-sdk-kotlin/issues/170
2223
concurrency = 1_000

0 commit comments

Comments
 (0)