Skip to content
Snippets Groups Projects
Commit 3cb90b60 authored by Mohamad Al-Jaf's avatar Mohamad Al-Jaf Committed by Alexandre Julliard
Browse files

windows.media.mediacontrol/tests: Remove flakey ref count test.

parent de66ea9d
No related branches found
No related tags found
No related merge requests found
......@@ -146,8 +146,7 @@ static void test_MediaControlStatics(void)
ok( hr == S_OK, "got hr %#lx.\n", hr );
ok( value == FALSE, "got value %d.\n", value );
ref = ISystemMediaTransportControls_Release( media_control_statics );
ok( ref == 1 || broken(ref == 3) /* Win10 1507 */ || broken(ref == 2) /* Win10 1607 */, "got ref %ld.\n", ref );
ISystemMediaTransportControls_Release( media_control_statics );
done:
DestroyWindow( window );
ref = ISystemMediaTransportControlsInterop_Release( media_control_interop_statics );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment