Skip to content

Commit

Permalink
tag the flaky test in kafka_container_test.exs
Browse files Browse the repository at this point in the history
  • Loading branch information
jarlah committed Nov 6, 2024
1 parent 76352ab commit 8d37ef8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/container/kafka_container_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ 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

0 comments on commit 8d37ef8

Please sign in to comment.