From 90de7769b171eb53f3522c00c50f27723833edf8 Mon Sep 17 00:00:00 2001 From: Ihor Vovk Date: Sat, 9 Nov 2024 20:21:18 +0100 Subject: [PATCH] delete flaky test --- .../elastic4s/http4s/Http4sRequestHttpClientTest.scala | 6 ------ 1 file changed, 6 deletions(-) diff --git a/elastic4s-client-http4s/src/test/scala/com/sksamuel/elastic4s/http4s/Http4sRequestHttpClientTest.scala b/elastic4s-client-http4s/src/test/scala/com/sksamuel/elastic4s/http4s/Http4sRequestHttpClientTest.scala index 676edab74e..9be5f49154 100644 --- a/elastic4s-client-http4s/src/test/scala/com/sksamuel/elastic4s/http4s/Http4sRequestHttpClientTest.scala +++ b/elastic4s-client-http4s/src/test/scala/com/sksamuel/elastic4s/http4s/Http4sRequestHttpClientTest.scala @@ -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")