Skip to content

Commit 6d96836

Browse files
AngelaDematteEvergreen
authored andcommitted
Disable unstable Graphics Test Framework test
1 parent 22a8236 commit 6d96836

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
@@ -196,6 +196,11 @@ public void SetUpContext()
196196
"Outdated ref-images.",
197197
graphicsDeviceTypes: new[] { GraphicsDeviceType.Metal }
198198
)]
199+
[IgnoreGraphicsTest(
200+
"3005_VertexDensity",
201+
"Unstable: https://jira.unity3d.com/browse/UUM-135177",
202+
runtimePlatforms: new[] { RuntimePlatform.WindowsEditor }
203+
)]
199204
[IgnoreGraphicsTest(
200205
"3008_ShadowDebugMode$",
201206
"(Intel Mac) Clear color of the debug-view seems to be black instead of white. Probably just an outdated ref-image.",

0 commit comments

Comments
 (0)