Given this documentation comment, I don't know if marking this test as flaky is really appropriate: ``` /* If is_flaky is true, indicates that the next test may occasionally fail due * to unavoidable outside race conditions. Such failures will be flagged as * flaky so they can be ignored by automated testing tools. * * Remarks: * - This is not meant to paper over race conditions within the test itself. * Those are bugs and should be fixed. * - This is not meant to be used for tests that normally succeed but * systematically fail on a specific platform or locale. * - The failures should be rare to start with. If a test fails 25% of the time * it is probably wrong. */ static inline void winetest_start_flaky( int is_flaky ) ``` -- https://gitlab.winehq.org/wine/wine/-/merge_requests/11716#note_149393