diff --git a/tests/d3d12.c b/tests/d3d12.c index 878e877c..452f60b5 100644 --- a/tests/d3d12.c +++ b/tests/d3d12.c @@ -8133,13 +8133,6 @@ static void test_bundle_state_inheritance(void) unsigned int x, y; HRESULT hr; - if (!vkd3d_test_platform_is_windows()) - { - /* FIXME: Avoid 2048 test todos. */ - skip("Bundles are not implemented yet.\n"); - return; - } - if (use_warp_device) { skip("Bundle state inheritance test crashes on WARP.\n");