Skip to content

Commit 1eaad62

Browse files
Copilotradical
andauthored
Quarantine flaky test TracingEnablesTheRightActivitySource_Keyed (#9918)
* Initial plan for issue * Quarantine flaky test TracingEnablesTheRightActivitySource_Keyed Co-authored-by: radical <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: radical <[email protected]>
1 parent 4111a72 commit 1eaad62

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/Aspire.Azure.AI.OpenAI.Tests/ConformanceTests.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// The .NET Foundation licenses this file to you under the MIT license.
33

44
using Aspire.Components.ConformanceTests;
5+
using Aspire.TestUtilities;
56
using Azure.AI.OpenAI;
67
using Azure.Identity;
78
using Microsoft.DotNet.RemoteExecutor;
@@ -87,6 +88,7 @@ public void TracingEnablesTheRightActivitySource()
8788
=> RemoteExecutor.Invoke(() => ActivitySourceTest(key: null), EnableTelemetry()).Dispose();
8889

8990
[Fact]
91+
[QuarantinedTest("https://github.com/dotnet/aspire/issues/9916")]
9092
public void TracingEnablesTheRightActivitySource_Keyed()
9193
=> RemoteExecutor.Invoke(() => ActivitySourceTest(key: "key"), EnableTelemetry()).Dispose();
9294

0 commit comments

Comments
 (0)