Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
skip this mean test, pls
  • Loading branch information
bitsandfoxes committed Sep 27, 2024
commit 4811c61259120ee1320c6f90f9c75517d3772af4
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,8 @@ async Task VerifyAsync(HttpRequestMessage message)
[SkippableFact]
private async Task Profiler_ThrowingOnSessionStartup_DoesntBreakSentryInit()
{
Skip.If(TestEnvironment.IsGitHubActions);

SampleProfilerSession.ThrowOnNextStartupForTests = true;

var tcs = new TaskCompletionSource<string>();
Expand Down