ci: Unblock Merge queue by disabling DurableTask TTL tests (#3464)

This commit is contained in:
Jacob Alber
2026-01-27 17:02:19 +00:00
committed by GitHub
parent 407fb3025e
commit 72a85b2ea0
2 changed files with 8 additions and 8 deletions
@@ -15,7 +15,7 @@ namespace Microsoft.Agents.AI.DurableTask.IntegrationTests;
/// Tests for Time-To-Live (TTL) functionality of durable agent entities.
/// </summary>
[Collection("Sequential")]
[Trait("Category", "Integration")]
[Trait("Category", "IntegrationDisabled")]
public sealed class TimeToLiveTests(ITestOutputHelper outputHelper) : IDisposable
{
private static readonly TimeSpan s_defaultTimeout = Debugger.IsAttached