mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
ci: Unblock Merge queue by disabling DurableTask TTL tests (#3464)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user