File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed
Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1+ - Ignore TESTCONTAINERS_RYUK_DISABLED for promtail container
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ require (
1313 github.com/blocto/solana-go-sdk v1.30.0
1414 github.com/ethereum/go-ethereum v1.15.0
1515 github.com/go-resty/resty/v2 v2.16.3
16- github.com/smartcontractkit/chainlink-testing-framework/framework v0.6.5
16+ github.com/smartcontractkit/chainlink-testing-framework/framework v0.6.6
1717 github.com/smartcontractkit/chainlink-testing-framework/havoc v1.50.2
1818 github.com/smartcontractkit/chainlink-testing-framework/seth v1.50.10
1919 github.com/smartcontractkit/chainlink-testing-framework/wasp v1.50.2
Original file line number Diff line number Diff line change @@ -109,6 +109,9 @@ scrape_configs:
109109}
110110
111111func NewPromtail () error {
112+ // since this container is dynamic we write it in Go, but it is a part of observability stack
113+ // hence, we never remove it with TESTCONTAINERS_RYUK_DISABLED but only with "ctf obs d"
114+ _ = os .Setenv ("TESTCONTAINERS_RYUK_DISABLED" , "true" )
112115 ctx , cancel := context .WithTimeout (context .Background (), 1 * time .Minute )
113116 defer cancel ()
114117
You can’t perform that action at this time.
0 commit comments