From ff56e54a9df1c70d3fb69f39de9916804f167bb1 Mon Sep 17 00:00:00 2001 From: Jacob Hughes Date: Mon, 16 Oct 2023 21:10:12 -0400 Subject: [PATCH] debug_printf: Disable hlsl-out test DXC doesn't support printf when targeting dxil, disable the test to allow CI to pass. --- tests/snapshots.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/snapshots.rs b/tests/snapshots.rs index 164ff67338..44ee87d661 100644 --- a/tests/snapshots.rs +++ b/tests/snapshots.rs @@ -783,7 +783,7 @@ fn convert_wgsl() { ), ( "debug-printf", - Targets::WGSL | Targets::GLSL | Targets::SPIRV | Targets::HLSL, + Targets::WGSL | Targets::GLSL | Targets::SPIRV, ), ];