We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce94206 commit 9346258Copy full SHA for 9346258
test/Sentry.Maui.Tests/SentryMauiScreenshotTests.cs
@@ -114,9 +114,6 @@ public async Task CaptureException_BeforeCaptureScreenshot_DisableCaptureAsync()
114
#if __IOS__
115
Skip.If(true, "Flaky on iOS");
116
#endif
117
-#if ANDROID
118
- Skip.If(TestEnvironment.IsGitHubActions, "Flaky in CI on Android");
119
-#endif
120
121
// Arrange
122
var builder = _fixture.Builder.UseSentry(options => options.SetBeforeScreenshotCapture(
0 commit comments