diff --git a/test/Sentry.Profiling.Tests/SamplingTransactionProfilerTests.cs b/test/Sentry.Profiling.Tests/SamplingTransactionProfilerTests.cs index c5aa9a83ed..1d1b1c7828 100644 --- a/test/Sentry.Profiling.Tests/SamplingTransactionProfilerTests.cs +++ b/test/Sentry.Profiling.Tests/SamplingTransactionProfilerTests.cs @@ -181,13 +181,14 @@ public async Task Profiler_AfterTimeout_Stops() } } - /// /// Guards regression of https://github.com/microsoft/perfview/issues/2155 /// [SkippableFact] public async Task EventPipeSession_ReceivesExpectedCLREvents() { + Skip.If(TestEnvironment.IsGitHubActions, "Flaky on CI"); + SampleProfilerSession? session = null; SkipIfFailsInCI(() => session = SampleProfilerSession.StartNew(_testOutputLogger)); using (session)