We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3efe464 commit cd7c70dCopy full SHA for cd7c70d
test/container/toxiproxy_container_test.exs
@@ -190,6 +190,7 @@ defmodule Testcontainers.Container.ToxiproxyContainerTest do
190
describe "create_proxy_for_container/5" do
191
container(:toxiproxy, ToxiproxyContainer.new())
192
193
+ @tag :flaky
194
test "creates proxy using container IP", %{toxiproxy: toxiproxy} do
195
# Create a mock container struct with IP
196
mock_container = %Container{
0 commit comments