Skip to content

Commit 3119a4b

Browse files
Disable CaptureException_AttachScreenshot_Threadsafe in CI (#4391)
Resolves #4389 - #4389 #skip-changelog
1 parent 060d446 commit 3119a4b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/Sentry.Maui.Tests/SentryMauiScreenshotTests.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,9 @@ public async Task CaptureException_BeforeCaptureScreenshot_DefaultAsync()
184184
[SkippableFact]
185185
public async Task CaptureException_AttachScreenshot_Threadsafe()
186186
{
187+
#if ANDROID
188+
Skip.If(TestEnvironment.IsGitHubActions, "Flaky in CI on Android");
189+
#endif
187190
// Arrange
188191
var builder = _fixture.Builder.UseSentry(options => options.AttachScreenshot = true);
189192
await using var app = builder.Build();

0 commit comments

Comments
 (0)