Skip to content

Commit

Permalink
delete flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-vovk committed Nov 9, 2024
1 parent 23c6980 commit 90de776
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,6 @@ class Http4sRequestHttpClientTest extends AnyFlatSpec with Matchers with DockerT
)
override val client: ElasticClient = ElasticClient(http4sClient)

"Http4sRequestHttpClient" should "be able to call elasticsearch" in {
client.execute {
catHealth()
}.await.result.status shouldBe "green"
}

it should "be able to propagate headers if included" in {
implicit val options: CommonRequestOptions = CommonRequestOptions.defaults.copy(
authentication = Authentication.UsernamePassword("user123", "pass123")
Expand Down

0 comments on commit 90de776

Please # to comment.