Skip to content

Commit 4130ef4

Browse files
erickssonEvergreen
authored andcommitted
Disable unstable CustomPass_DrawRenderers HDRP test on Metal
1 parent 7d25a67 commit 4130ef4

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Tests/SRPTests/Projects/HDRP_Tests/Assets/GraphicTests/Tests/HDRP_Graphics_Tests.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,11 @@ public void SetUpContext()
273273
[IgnoreGraphicsTest("9006_StencilUsage$", "Missing ref-image.")]
274274
[IgnoreGraphicsTest("9601_SkinnedMeshBatching-Off$", "Outdated ref-image.")]
275275
[IgnoreGraphicsTest("9602_SkinnedMeshBatching-On$", "Outdated ref-image.")]
276+
[IgnoreGraphicsTest(
277+
"9701_CustomPass_DrawRenderers",
278+
"Unstable - see https://jira.unity3d.com/browse/UUM-130183",
279+
graphicsDeviceTypes: new[] { GraphicsDeviceType.Metal }
280+
)]
276281
[IgnoreGraphicsTest(
277282
"9703_SampleColorBuffer_InjectionPoints_Scaling$",
278283
"Small differences in texture-sampling. Could be related to the forced-trilinear issue?",

0 commit comments

Comments
 (0)