Skip to content

Commit

Permalink
Remove flaky testGetStreamPerRequestAttributes
Browse files Browse the repository at this point in the history
  • Loading branch information
e5l committed Nov 22, 2024
1 parent a29da55 commit 730fe11
Showing 1 changed file with 0 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -277,23 +277,6 @@ class HttpTimeoutTest : ClientLoader() {
}
}

@Test
fun testGetStreamPerRequestAttributes() = clientTests(retries = 10) {
config {
install(HttpTimeout)
}

test { client ->
val responseBody: String = client.get("$TEST_URL/with-stream") {
parameter("delay", 10)

timeout { requestTimeoutMillis = 1000 }
}.body()

assertEquals("Text", responseBody)
}
}

@Test
fun testGetStreamRequestTimeout() = clientTests {
config {
Expand Down

0 comments on commit 730fe11

Please sign in to comment.