Skip to content

Instantly share code, notes, and snippets.

@kjivan
Created August 22, 2023 15:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kjivan/093447fa11a66ea7da1bb0352dad4aad to your computer and use it in GitHub Desktop.
Save kjivan/093447fa11a66ea7da1bb0352dad4aad to your computer and use it in GitHub Desktop.

Flaky Test Loop

for i in {1..10}; do
   ./gradlew integrationTest || {echo "Failed after $i attempts" && break}
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment