Skip to content

Commit c9917f7

Browse files
AngelaDematteEvergreen
authored andcommitted
Disable unstable SRP Foundation tests
1 parent 54042c8 commit c9917f7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ public void CommandBufferBeginSampleWithNullObject_DoesNotCrash()
8282
RuntimePlatform.PS5,
8383
RuntimePlatform.Switch
8484
})]
85+
[UnityPlatform(exclude = new RuntimePlatform[] { RuntimePlatform.WindowsEditor })] // Unstable: https://jira.unity3d.com/browse/UUM-138158
8586
public IEnumerator CommandBufferBeginSampleWithObject_GpuSamples_ReturnsNonZeroCount()
8687
{
8788
if (!SystemInfo.supportsGpuRecorder)
@@ -109,6 +110,7 @@ public IEnumerator CommandBufferBeginSampleWithObject_GpuSamples_ReturnsNonZeroC
109110
RuntimePlatform.PS5,
110111
RuntimePlatform.Switch
111112
})]
113+
[UnityPlatform(exclude = new RuntimePlatform[] { RuntimePlatform.WindowsEditor })] // Unstable: https://jira.unity3d.com/browse/UUM-138158
112114
public IEnumerator CommandBufferBeginSample_GpuSamples_ReturnsNonZeroCount()
113115
{
114116
if (!SystemInfo.supportsGpuRecorder)

0 commit comments

Comments
 (0)