Skip to content

Commit

Permalink
Skip CaptureEvent_ActiveTransaction_UnhandledExceptionTransactionEnde…
Browse files Browse the repository at this point in the history
…dAsCrashed on Mono (#3076)
  • Loading branch information
jamescrosswell authored Jan 23, 2024
1 parent b72b9e7 commit 99995e6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/Sentry.Tests/HubTests.verify.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@ namespace Sentry.Tests;
[UsesVerify]
public partial class HubTests
{
[Fact]
[SkippableFact]
public async Task CaptureEvent_ActiveTransaction_UnhandledExceptionTransactionEndedAsCrashed()
{
// Flaky on Mono. See https://github.com/getsentry/sentry-dotnet/issues/2751#issuecomment-1863385480
Skip.If(RuntimeInformation.FrameworkDescription.StartsWith("Mono", StringComparison.OrdinalIgnoreCase));

// Arrange
var worker = new FakeBackgroundWorker();

Expand Down

0 comments on commit 99995e6

Please sign in to comment.