diff --git a/tests/auto/gui/rhi/qrhi/tst_qrhi.cpp b/tests/auto/gui/rhi/qrhi/tst_qrhi.cpp index 225226eccfa..41ba8e9e58a 100644 --- a/tests/auto/gui/rhi/qrhi/tst_qrhi.cpp +++ b/tests/auto/gui/rhi/qrhi/tst_qrhi.cpp @@ -6039,7 +6039,7 @@ void tst_QRhi::storageBufferRuntimeSizeGraphics() QSKIP("Tessellation is not supported with this graphics API, skipping test"); } - if (rhi->backend() == QRhi::D3D11) + if (rhi->backend() == QRhi::D3D11 || rhi->backend() == QRhi::D3D12) QSKIP("Skipping tessellation test on D3D for now, test assets not prepared for HLSL yet"); QScopedPointer texture(rhi->newTexture(QRhiTexture::RGBA8, QSize(64, 64), 1,