Skip to content

Commit

Permalink
Explain why retries have been added to a test
Browse files Browse the repository at this point in the history
  • Loading branch information
kciesielski committed Jul 6, 2023
1 parent 367c593 commit ae8d011
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ abstract class StreamingTest[F[_], S]

urlRegex.findAllIn(responseBody).length shouldBe numChunks
}
// Repeating, because this request to a real https endpoint of httpbin occasionally fails
retryImmediatelyOnError(runTest, retriesLeft = 5)
}

Expand Down

0 comments on commit ae8d011

Please sign in to comment.