We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e5634c commit d935220Copy full SHA for d935220
1 file changed
Tests/SRPTests/Projects/HDRP_Tests/Assets/GraphicTests/Tests/HDRP_Graphics_Tests.cs
@@ -483,6 +483,22 @@ public void SetUpContext()
483
RuntimePlatform.WindowsEditor
484
}
485
)]
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
495
+ "9801_ShurikenLightModule",
496
497
498
499
500
501
502
public IEnumerator Run(SceneGraphicsTestCase testCase)
503
{
504
yield return HDRP_GraphicTestRunner.Run(testCase);
0 commit comments