Skip to content

Commit 9346258

Browse files
Reintroduce CaptureException_BeforeCaptureScreenshot_DisableCaptureAsync
1 parent ce94206 commit 9346258

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/Sentry.Maui.Tests/SentryMauiScreenshotTests.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,6 @@ public async Task CaptureException_BeforeCaptureScreenshot_DisableCaptureAsync()
114114
#if __IOS__
115115
Skip.If(true, "Flaky on iOS");
116116
#endif
117-
#if ANDROID
118-
Skip.If(TestEnvironment.IsGitHubActions, "Flaky in CI on Android");
119-
#endif
120117

121118
// Arrange
122119
var builder = _fixture.Builder.UseSentry(options => options.SetBeforeScreenshotCapture(

0 commit comments

Comments
 (0)