Skip to content

Commit 1379ddd

Browse files
AngelaDematteEvergreen
authored andcommitted
Disable unstable SRP Foundation test
1 parent e5dffa7 commit 1379ddd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Packages/com.unity.render-pipelines.core/Tests/Runtime/RuntimeProfilerTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ protected IEnumerator Warmup()
5454
// Fails on WebGL, Oculus Quest and Switch.
5555
// Unfortunately, there is no good way to exclude Oculus Quest from the test without excluding all Android devices.
5656
// https://jira.unity3d.com/browse/GFXFOUND-559
57-
[UnityPlatform(exclude = new RuntimePlatform[] { RuntimePlatform.WebGLPlayer, RuntimePlatform.Android, RuntimePlatform.Switch })]
57+
[UnityPlatform(exclude = new RuntimePlatform[] { RuntimePlatform.WebGLPlayer, RuntimePlatform.Android, RuntimePlatform.Switch, RuntimePlatform.WindowsEditor })] // Unstable on WindowsEditor: https://jira.unity3d.com/browse/UUM-135231
5858
class RuntimeProfilerTests : RuntimeProfilerTestBase
5959
{
6060
[UnityTest]

0 commit comments

Comments
 (0)