test: avoid possible flake in OTP tests by ankush [frappe] PR#29214
From: https://github.com/frappe/frappe/pull/29214
Date: 2025-01-17 13:02:17+05:30
- test: avoid possible flake in OTP tests (#29214)
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-29214
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-29214
# Make changes then rebase
git rebase -i develop
# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue
# Force-push changes
git push --force-with-lease