1
0
Fork 0
mirror of synced 2025-03-07 03:53:26 +01:00

dmime/tests: Remove flaky track playing state test.

This fails regularly on Win7.
This commit is contained in:
Rémi Bernon 2023-10-23 22:49:46 +02:00 committed by Alexandre Julliard
parent 012f610675
commit 3e31e29d65

View file

@ -3971,11 +3971,6 @@ static void test_segment_state(void)
ok(hr == S_OK, "got %#lx\n", hr);
/* This might be timing dependent and if PlaySegment is already
* late, the tracks are played synchronously and right away.
*/
todo_wine check_track_state(track, playing, FALSE);
ret = test_track_wait_playing(track, 50);
ok(ret == 0, "got %#lx\n", ret);