We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d25a67 commit 4130ef4Copy full SHA for 4130ef4
1 file changed
Tests/SRPTests/Projects/HDRP_Tests/Assets/GraphicTests/Tests/HDRP_Graphics_Tests.cs
@@ -273,6 +273,11 @@ public void SetUpContext()
273
[IgnoreGraphicsTest("9006_StencilUsage$", "Missing ref-image.")]
274
[IgnoreGraphicsTest("9601_SkinnedMeshBatching-Off$", "Outdated ref-image.")]
275
[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
+ )]
281
[IgnoreGraphicsTest(
282
"9703_SampleColorBuffer_InjectionPoints_Scaling$",
283
"Small differences in texture-sampling. Could be related to the forced-trilinear issue?",
0 commit comments