Commit 3e31e29d authored by Rémi Bernon's avatar Rémi Bernon Committed by Alexandre Julliard

dmime/tests: Remove flaky track playing state test.

This fails regularly on Win7.
parent 012f6106
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment