Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit dd268c8

Browse files
authored
Move DiagnosticSourceStartStop to Outerloop until flakiness resolved (#26516)
1 parent c7f2e35 commit dd268c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/System.Diagnostics.DiagnosticSource/tests/ActivityTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -431,6 +431,7 @@ public void StopTwice()
431431
}
432432

433433
[Fact]
434+
[OuterLoop] // Slighly flaky - https://github.com/dotnet/corefx/issues/23072
434435
public void DiagnosticSourceStartStop()
435436
{
436437
using (DiagnosticListener listener = new DiagnosticListener("Testing"))

0 commit comments

Comments
 (0)