Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(z:acceptance): fix flakey
z:acceptance/vaults.test.js
(#10643)
closes: #10599 ## Description #10599 pointed out a flakiness in `z:acceptance/vaults.test.js`. Investigations showed the problem was because of the batched IST fee which is charged for every 10 offers for a given user. We started using `tryISTBalance` instead of a direct assertion. ### Security Considerations None. ### Scaling Considerations Making sure there are no flakiness in `a3p-integration/z:acceptance` tests is important as it affects other PRs in the CI. This should fix one of the discovered ones. ### Documentation Considerations None. ### Testing Considerations This should unblock other PRs CI process. No other considerations. ### Upgrade Considerations `z:acceptance` tests run before every upgrade.
- Loading branch information