Skip to content

Commit 58b5da0

Browse files
chore: Disable flaky Profiler_AfterTimeout_Stops in CI (#4549)
Resolves #4548 - #4548 #skip-changelog
1 parent 7b10b60 commit 58b5da0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Sentry.Profiling.Tests/SamplingTransactionProfilerTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ 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");
169+
Skip.If(TestEnvironment.IsGitHubActions, "Flaky in CI");
170170

171171
SampleProfilerSession? session = null;
172172
SkipIfFailsInCI(() => session = SampleProfilerSession.StartNew(_testOutputLogger));

0 commit comments

Comments
 (0)