Skip to content

Commit cd7c70d

Browse files
authored
Add flaky tag to proxy creation test
1 parent 3efe464 commit cd7c70d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/container/toxiproxy_container_test.exs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ defmodule Testcontainers.Container.ToxiproxyContainerTest do
190190
describe "create_proxy_for_container/5" do
191191
container(:toxiproxy, ToxiproxyContainer.new())
192192

193+
@tag :flaky
193194
test "creates proxy using container IP", %{toxiproxy: toxiproxy} do
194195
# Create a mock container struct with IP
195196
mock_container = %Container{

0 commit comments

Comments
 (0)