Skip to content

Commit d935220

Browse files
Daniel-DobzinskiEvergreen
authored andcommitted
Disable 2 unstable tests
1 parent 2e5634c commit d935220

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

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

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -483,6 +483,22 @@ public void SetUpContext()
483483
RuntimePlatform.WindowsEditor
484484
}
485485
)]
486+
[IgnoreGraphicsTest(
487+
"9800_Compositor",
488+
"Disabled for Instability https://jira.unity3d.com/browse/UUM-138001",
489+
runtimePlatforms: new[]
490+
{
491+
RuntimePlatform.WindowsEditor
492+
}
493+
)]
494+
[IgnoreGraphicsTest(
495+
"9801_ShurikenLightModule",
496+
"Disabled for Instability https://jira.unity3d.com/browse/UUM-138001",
497+
runtimePlatforms: new[]
498+
{
499+
RuntimePlatform.WindowsEditor
500+
}
501+
)]
486502
public IEnumerator Run(SceneGraphicsTestCase testCase)
487503
{
488504
yield return HDRP_GraphicTestRunner.Run(testCase);

0 commit comments

Comments
 (0)