dxva2/tests: Remove a test failing on system with hw dxva devices support.

Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Nikolay Sivov 2021-06-09 08:59:52 +03:00 committed by Alexandre Julliard
parent 7fdb78e80b
commit 37c6790fb7
1 changed files with 0 additions and 3 deletions

View File

@ -378,9 +378,6 @@ static void test_device_manager(void)
hr = IDirectXVideoProcessorService_GetVideoProcessorRenderTargets(proc_service, &DXVA2_VideoProcSoftwareDevice,
&video_desc, &count, &formats);
ok(hr == E_FAIL, "Unexpected hr %#x, format %d.\n", hr, rt_unsupported_formats[i]);
hr = IDirectXVideoProcessorService_GetVideoProcessorDeviceGuids(proc_service, &video_desc, &count, &guids);
ok(hr == E_FAIL, "Unexpected hr %#x.\n", hr);
}
IDirectXVideoProcessorService_Release(proc_service);