https://bugs.winehq.org/show_bug.cgi?id=54441
--- Comment #4 from Bernhard Kölbl besentv@gmail.com --- So there would be two solutions:
1. Just allow the state to be SpeechRecognizerState_Idle (0) for that test, which sort of contradicts the docs (?), because according to them, this state seemingly means the recognizer is not doing anything even though we started it (ISpeechContinuousRecognitionSession_StartAsync) and waited for it to finish starting. (?)
https://learn.microsoft.com/en-us/uwp/api/windows.media.speechrecognition.sp...
2. Mark the test as flaky.