Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix race condition in TelemetryControllerSchedulerTests (#6514)
## Summary of changes Fix a race condition in `TelemetryControllerSchedulerTests.TypicalLoop_WithLogsQueueTrigger`. ## Reason for change Flaky test. ## Implementation details In one case, the task returned by `_scheduler.WaitForNextInterval()` wasn't awaited, which caused the assertion to be evaluated too soon.
- Loading branch information