Skip to content

Commit ed7c0e0

Browse files
Esmeralda SalamoneEvergreen
authored andcommitted
[ShaderGraph] Reenable Artistic and other graphics Tests
1 parent 641aff7 commit ed7c0e0

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

Tests/SRPTests/Projects/ShaderGraph/Assets/CommonAssets/Scripts/ShaderGraphGraphicsTests.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,6 @@ public class ShaderGraphGraphicsTests
2323
[IgnoreGraphicsTest("InstanceIDWithKeywords", "Platform Independent", graphicsDeviceTypes: new GraphicsDeviceType[] { GraphicsDeviceType.PlayStation5 })]
2424
[IgnoreGraphicsTest("InstanceIDWithKeywords", "Platform Independent", graphicsDeviceTypes: new GraphicsDeviceType[] { GraphicsDeviceType.PlayStation5NGGC })]
2525
[IgnoreGraphicsTest("InstanceIDWithKeywords", "Platform Independent", graphicsDeviceTypes: new GraphicsDeviceType[] { GraphicsDeviceType.WebGPU })]
26-
[IgnoreGraphicsTest("UtilityNodes", "Unstable - see https://jira.unity3d.com/browse/UUM-111610", runtimePlatforms: new RuntimePlatform[] { RuntimePlatform.WindowsEditor })]
27-
[IgnoreGraphicsTest("UVNodes", "Unstable - see https://jira.unity3d.com/browse/UUM-111610", runtimePlatforms: new RuntimePlatform[] { RuntimePlatform.WindowsEditor })]
28-
[IgnoreGraphicsTest("MathNodes", "Unstable - see https://jira.unity3d.com/browse/UUM-111610", runtimePlatforms: new RuntimePlatform[] { RuntimePlatform.WindowsEditor })]
29-
[IgnoreGraphicsTest("ArtisticNodes", "Unstable - see https://jira.unity3d.com/browse/UUM-111610", runtimePlatforms: new RuntimePlatform[] { RuntimePlatform.WindowsEditor })]
30-
[IgnoreGraphicsTest("SamplerStateTests", "Unstable - see https://jira.unity3d.com/browse/UUM-111610", runtimePlatforms: new RuntimePlatform[] { RuntimePlatform.WindowsEditor })]
3126
[IgnoreGraphicsTest("TransformNode", "Test is unstable", colorSpaces: new ColorSpace[] { ColorSpace.Linear }, runtimePlatforms: new RuntimePlatform[] { RuntimePlatform.Android }, graphicsDeviceTypes: new GraphicsDeviceType[] { GraphicsDeviceType.Vulkan })]
3227
[IgnoreGraphicsTest("InstancedRendering", "Test requires conversion to Render Graph")]
3328

Tests/SRPTests/Projects/ShaderGraph/Assets/Scenes/SamplerStateTests.unity

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ MonoBehaviour:
281281
PerPixelCorrectnessThreshold: 0.00075
282282
PerPixelGammaThreshold: 0.003921569
283283
PerPixelAlphaThreshold: 0.003921569
284-
AverageCorrectnessThreshold: 0.0001
284+
AverageCorrectnessThreshold: 0.0005
285285
IncorrectPixelsThreshold: 0.0000038146973
286286
UseHDR: 0
287287
UseBackBuffer: 0

0 commit comments

Comments
 (0)