Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -181,13 +181,14 @@ public async Task Profiler_AfterTimeout_Stops()
}
}


/// <summary>
/// Guards regression of https://github.com/microsoft/perfview/issues/2155
/// </summary>
[SkippableFact]
public async Task EventPipeSession_ReceivesExpectedCLREvents()
{
Skip.If(TestEnvironment.IsGitHubActions, "Flaky on CI");

SampleProfilerSession? session = null;
SkipIfFailsInCI(() => session = SampleProfilerSession.StartNew(_testOutputLogger));
using (session)
Expand Down
Loading