Hi Guys,
I am using Testcontainers module for influxdb (Java) for my IT tests, everything seems to work well except using the deleteApi to drop series ( truncate in-between tests). it has a flaky behaviour
- Works fine when you just run a test.
- Outputs this error “Failed to connect to localhost/127.0.0.1:52491” when you try to run all tests.
(ProxyAuthenticationRequiredException )