Skip to content

Commit 6cd03f6

Browse files
Update SamplingTransactionProfilerTests.cs
1 parent 099b7db commit 6cd03f6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/Sentry.Profiling.Tests/SamplingTransactionProfilerTests.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,8 @@ public void Profiler_MultipleProfiles_Works(int startTimeoutSeconds)
166166
[SkippableFact]
167167
public async Task Profiler_AfterTimeout_Stops()
168168
{
169+
Skip.If(TestEnvironment.IsGitHubActions && RuntimeInformation.IsOSPlatform(OSPlatform.Windows), "Flaky in CI on windows");
170+
169171
SampleProfilerSession? session = null;
170172
SkipIfFailsInCI(() => session = SampleProfilerSession.StartNew(_testOutputLogger));
171173
using (session)

0 commit comments

Comments
 (0)