Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[test] Disable asynchrony in OnDiscard bufferTimeout test (#3861)
Recent test failures were observed where `bufferTimeout` case in `OnDiscardShouldNotLeakTest` failed occasionally due to flaky behaviour caused by the discard happening shortly after the assertion failed. The reason was a tiny delay which was not coordinated with the assertion. This change disables the asynchronous behaviour of the case.
- Loading branch information