Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,11 @@ public class HDRP_Runtime_Graphics_Tests
"https://jira.unity3d.com/browse/UUM-70791",
runtimePlatforms: new RuntimePlatform[] { RuntimePlatform.PS4, RuntimePlatform.PS5, RuntimePlatform.Switch, RuntimePlatform.Switch2 }
)]
[IgnoreGraphicsTest(
"006-Compositor$",
"Getting NVN_QUEUE_GET_ERROR_RESULT_GPU_ERROR_MMU_FAULT GPU Error. Tracked in https://jira.unity3d.com/browse/UUM-131945.",
runtimePlatforms: new RuntimePlatform[] { RuntimePlatform.Switch, RuntimePlatform.Switch2 }
)]
public IEnumerator Run(SceneGraphicsTestCase testCase)
{
yield return HDRP_GraphicTestRunner.Run(testCase);
Expand Down