Skip to content

Commit 618c06a

Browse files
Skip EventPipeSession_ReceivesExpectedCLREvents in CI (#4401)
See #4371 This is still failing. E.g. - https://github.com/getsentry/sentry-dotnet/actions/runs/16663024037?pr=4400 #skip-changelog
1 parent 66d55b6 commit 618c06a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/Sentry.Profiling.Tests/SamplingTransactionProfilerTests.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,13 +181,14 @@ public async Task Profiler_AfterTimeout_Stops()
181181
}
182182
}
183183

184-
185184
/// <summary>
186185
/// Guards regression of https://github.com/microsoft/perfview/issues/2155
187186
/// </summary>
188187
[SkippableFact]
189188
public async Task EventPipeSession_ReceivesExpectedCLREvents()
190189
{
190+
Skip.If(TestEnvironment.IsGitHubActions, "Flaky on CI");
191+
191192
SampleProfilerSession? session = null;
192193
SkipIfFailsInCI(() => session = SampleProfilerSession.StartNew(_testOutputLogger));
193194
using (session)

0 commit comments

Comments
 (0)