Skip to content

Commit 483fca7

Browse files
AngelaDematteEvergreen
authored andcommitted
Disable several Material unstable tests
1 parent 6d96836 commit 483fca7

1 file changed

Lines changed: 80 additions & 0 deletions

File tree

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

Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,27 +214,107 @@ public void SetUpContext()
214214
graphicsDeviceTypes: new[] { GraphicsDeviceType.Vulkan },
215215
runtimePlatforms: new[] { RuntimePlatform.LinuxEditor }
216216
)]
217+
[IgnoreGraphicsTest(
218+
"4088_DRS-DLSS-Hardware",
219+
"Unstable: https://jira.unity3d.com/browse/UUM-135194",
220+
runtimePlatforms: new[] { RuntimePlatform.WindowsEditor }
221+
)]
222+
[IgnoreGraphicsTest(
223+
"4089_DRS-DLSS-Software",
224+
"Unstable: https://jira.unity3d.com/browse/UUM-135194",
225+
runtimePlatforms: new[] { RuntimePlatform.WindowsEditor }
226+
)]
227+
[IgnoreGraphicsTest(
228+
"4090_DRS-Hardware",
229+
"Unstable: https://jira.unity3d.com/browse/UUM-135195",
230+
runtimePlatforms: new[] { RuntimePlatform.WindowsEditor }
231+
)]
232+
[IgnoreGraphicsTest(
233+
"4091_DRS-Software",
234+
"Unstable: https://jira.unity3d.com/browse/UUM-135195",
235+
runtimePlatforms: new[] { RuntimePlatform.WindowsEditor }
236+
)]
217237
[IgnoreGraphicsTest(
218238
"4096_DRS-TAAU-Hardware$",
219239
"Very small fringing across edges. Maybe a sampling artifact?",
220240
graphicsDeviceTypes: new[] { GraphicsDeviceType.Metal }
221241
)]
242+
[IgnoreGraphicsTest(
243+
"4096_DRS-TAAU-Hardware",
244+
"Unstable: https://jira.unity3d.com/browse/UUM-135200",
245+
runtimePlatforms: new[] { RuntimePlatform.WindowsEditor }
246+
)]
247+
[IgnoreGraphicsTest(
248+
"4097_DRS-TAAU-Software",
249+
"Unstable: https://jira.unity3d.com/browse/UUM-135200",
250+
runtimePlatforms: new[] { RuntimePlatform.WindowsEditor }
251+
)]
252+
[IgnoreGraphicsTest(
253+
"4099_DRS-STP-Software",
254+
"Unstable: https://jira.unity3d.com/browse/UUM-135197",
255+
runtimePlatforms: new[] { RuntimePlatform.WindowsEditor }
256+
)]
257+
[IgnoreGraphicsTest(
258+
"4100_DRS-STP-Hardware",
259+
"Unstable: https://jira.unity3d.com/browse/UUM-135197",
260+
runtimePlatforms: new[] { RuntimePlatform.WindowsEditor }
261+
)]
222262
[IgnoreGraphicsTest(
223263
"4101_FP16Alpha$",
224264
"Outdated ref-image.",
225265
graphicsDeviceTypes: new[] { GraphicsDeviceType.Metal }
226266
)]
267+
[IgnoreGraphicsTest(
268+
"4102_DRS-CAS-AfterPost",
269+
"Unstable: https://jira.unity3d.com/browse/UUM-135195",
270+
runtimePlatforms: new[] { RuntimePlatform.WindowsEditor }
271+
)]
272+
[IgnoreGraphicsTest(
273+
"4103_DRS-DLSS-AfterPost",
274+
"Unstable: https://jira.unity3d.com/browse/UUM-135195",
275+
runtimePlatforms: new[] { RuntimePlatform.WindowsEditor }
276+
)]
277+
[IgnoreGraphicsTest(
278+
"4104_DRS-STP-AfterPost",
279+
"Unstable: https://jira.unity3d.com/browse/UUM-135197",
280+
runtimePlatforms: new[] { RuntimePlatform.WindowsEditor }
281+
)]
227282
[IgnoreGraphicsTest(
228283
"4105_LensFlareScreenSpace$",
229284
"(Intel Mac) Lens-flare behaviour seems to be different from all the other platforms.",
230285
graphicsDeviceTypes: new[] { GraphicsDeviceType.Metal },
231286
architectures: new[] { Architecture.X64 }
232287
)]
288+
[IgnoreGraphicsTest(
289+
"4106_DRS-TAAU-AfterPost",
290+
"Unstable: https://jira.unity3d.com/browse/UUM-135200",
291+
runtimePlatforms: new[] { RuntimePlatform.WindowsEditor }
292+
)]
233293
[IgnoreGraphicsTest(
234294
"4106_DRS-TAAU-AfterPost$",
235295
"Very small fringing across edges. Maybe a sampling artifact?",
236296
graphicsDeviceTypes: new[] { GraphicsDeviceType.Metal }
237297
)]
298+
[IgnoreGraphicsTest(
299+
"4107_DRS-FSR2-Hardware",
300+
"Unstable: https://jira.unity3d.com/browse/UUM-135188",
301+
runtimePlatforms: new[] { RuntimePlatform.WindowsEditor }
302+
)]
303+
[IgnoreGraphicsTest(
304+
"4108_DRS-FSR2-Software",
305+
"Unstable: https://jira.unity3d.com/browse/UUM-135188",
306+
runtimePlatforms: new[] { RuntimePlatform.WindowsEditor }
307+
)]
308+
[IgnoreGraphicsTest(
309+
"4109_DRS-FSR2-AfterPost",
310+
"Unstable: https://jira.unity3d.com/browse/UUM-135188",
311+
runtimePlatforms: new[] { RuntimePlatform.WindowsEditor }
312+
)]
313+
[IgnoreGraphicsTest(
314+
"4111_DRS-DLSS-With-CustomPass",
315+
"Unstable: https://jira.unity3d.com/browse/UUM-135188",
316+
runtimePlatforms: new[] { RuntimePlatform.WindowsEditor }
317+
)]
238318
[IgnoreGraphicsTest(
239319
"5006_Pbr_Sky_Low_Altitude$",
240320
"Differences in banding around the horizon.",

0 commit comments

Comments
 (0)