ppodgorsek / docker-robot-framework

Robot Framework in Docker
https://cloud.docker.com/repository/docker/ppodgorsek/robot-framework
MIT License
340 stars 236 forks source link

Docker endlessloop retryfailed library #490

Open fabisento opened 3 months ago

fabisento commented 3 months ago

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: Snipaste_2024-06-28_09-52-57

Thx