We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22a8236 commit 6d96836Copy full SHA for 6d96836
1 file changed
Tests/SRPTests/Projects/HDRP_Tests/Assets/GraphicTests/Tests/HDRP_Graphics_Tests.cs
@@ -196,6 +196,11 @@ public void SetUpContext()
196
"Outdated ref-images.",
197
graphicsDeviceTypes: new[] { GraphicsDeviceType.Metal }
198
)]
199
+ [IgnoreGraphicsTest(
200
+ "3005_VertexDensity",
201
+ "Unstable: https://jira.unity3d.com/browse/UUM-135177",
202
+ runtimePlatforms: new[] { RuntimePlatform.WindowsEditor }
203
+ )]
204
[IgnoreGraphicsTest(
205
"3008_ShadowDebugMode$",
206
"(Intel Mac) Clear color of the debug-view seems to be black instead of white. Probably just an outdated ref-image.",
0 commit comments