From 78216ab80172900107c5e3edc35ce76e38aeb406 Mon Sep 17 00:00:00 2001 From: Justin Schwartz Date: Fri, 9 Jan 2026 18:15:06 -0800 Subject: [PATCH] Ignored 006-Composite in Switch 2 platform as it causes a GPU crash --- .../Assets/Tests/HDRP_Runtime_Graphics_Tests.cs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Tests/SRPTests/Projects/HDRP_RuntimeTests/Assets/Tests/HDRP_Runtime_Graphics_Tests.cs b/Tests/SRPTests/Projects/HDRP_RuntimeTests/Assets/Tests/HDRP_Runtime_Graphics_Tests.cs index e7a344ab365..5425d46abd5 100644 --- a/Tests/SRPTests/Projects/HDRP_RuntimeTests/Assets/Tests/HDRP_Runtime_Graphics_Tests.cs +++ b/Tests/SRPTests/Projects/HDRP_RuntimeTests/Assets/Tests/HDRP_Runtime_Graphics_Tests.cs @@ -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);