.NET: Skip OffThread observability test (#4399)

* Skip flaky OffThread observability test

Temporarily skip CreatesWorkflowEndToEndActivities_WithCorrectName_OffThreadAsync
due to intermittent failures. Tracked in #4398.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* Update dotnet/tests/Microsoft.Agents.AI.Workflows.UnitTests/ObservabilityTests.cs

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Roger Barreto
2026-03-02 19:30:32 +00:00
committed by GitHub
Unverified
parent d932947ba5
commit 3b4eed270f
@@ -139,7 +139,7 @@ public sealed class ObservabilityTests : IDisposable
await this.TestWorkflowEndToEndActivitiesAsync("Default");
}
[Fact]
[Fact(Skip = "Flaky test - temporarily disabled. Tracked in #12345")]
public async Task CreatesWorkflowEndToEndActivities_WithCorrectName_OffThreadAsync()
{
await this.TestWorkflowEndToEndActivitiesAsync("OffThread");