summaryrefslogtreecommitdiff
path: root/tests/reflection/std430-layout.glsl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/reflection/std430-layout.glsl')
-rw-r--r--tests/reflection/std430-layout.glsl6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/reflection/std430-layout.glsl b/tests/reflection/std430-layout.glsl
index 73e48a8a0..d05c83785 100644
--- a/tests/reflection/std430-layout.glsl
+++ b/tests/reflection/std430-layout.glsl
@@ -1,5 +1,9 @@
#version 450
-//TEST(smoke):REFLECTION:-profile ps_4_0 -target glsl
+//TEST_DISABLED(smoke):REFLECTION:-profile ps_4_0 -target glsl
+
+// Note: disabled because we don't support GLSL input any more
+// (kept around so we can replace with an equivalent
+// test that uses HLSL input and tests GLSL layout rules)
// Confirm fix for GitHub issue #55