File tree Expand file tree Collapse file tree
Tests/SRPTests/Projects/HDRP_RuntimeTests/Assets/Tests Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -44,6 +44,18 @@ public class HDRP_Runtime_Graphics_Tests
4444 "" ,
4545 graphicsDeviceTypes : new GraphicsDeviceType [ ] { GraphicsDeviceType . Metal }
4646 ) ]
47+ [ IgnoreGraphicsTest (
48+ "003-VirtualTexturing$" ,
49+ "https://jira.unity3d.com/browse/UUM-131182 Both Switches fail on MultiThreaded (pass on Native Jobs)" ,
50+ runtimePlatforms : new RuntimePlatform [ ] { RuntimePlatform . Switch , RuntimePlatform . Switch2 } ,
51+ renderingThreadingModes : new RenderingThreadingMode [ ] { RenderingThreadingMode . MultiThreaded }
52+ ) ]
53+ [ IgnoreGraphicsTest (
54+ "003-VirtualTexturing-Forward$" ,
55+ "https://jira.unity3d.com/browse/UUM-131182 Switch fails on MultiThreaded (pass on Native Jobs)" ,
56+ runtimePlatforms : new RuntimePlatform [ ] { RuntimePlatform . Switch } ,
57+ renderingThreadingModes : new RenderingThreadingMode [ ] { RenderingThreadingMode . MultiThreaded }
58+ ) ]
4759 [ IgnoreGraphicsTest (
4860 "004-CloudsFlaresDecals$" ,
4961 "Area with cloud-coverage is blue on Intel-based MacOS (CI)." ,
You can’t perform that action at this time.
0 commit comments