Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions test/container/kafka_container_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,6 @@ defmodule Testcontainers.Container.KafkaContainerTest do
assert response.value == "hey"
end

@tag flaky: "this fails all the time"
test "with multiple connected nodes" do
{:ok, zookeeper} = start_external_zookeeper()
{:ok, kafka1} = start_kafka_with_external_zookeeper(zookeeper, 1, 9092)
Expand Down Expand Up @@ -333,7 +332,7 @@ defmodule Testcontainers.Container.KafkaContainerTest do
}

KafkaEx.create_topics([request], worker_name: worker_name)
:timer.sleep(100)
:timer.sleep(2000)

:ok
end
Expand Down
Loading