docker-robot-framework
docker-robot-framework copied to clipboard
Docker endlessloop retryfailed library
Hello there,I recently tried the robotframework-retryfailed library https://docs.robotframework.org/docs/flaky_tests
I wanted to give the flaky tests the ability to start a second run if they fail due to e.g. timeout
My problem is that it basically works perfectly, but not in Docker Here it makes my defined repeat attempt of :1 in an endless loop
Does anyone have experience with this or the same problem? Thx
Here the output from console:
Thx