Skip to content

Commit a0f6961

Browse files
committed
Ignore flaky userFeedbackSendEnvelop test
1 parent f291c13 commit a0f6961

File tree

1 file changed

+2
-0
lines changed
  • sentry-android-integration-tests/sentry-uitest-android/src/androidTest/java/io/sentry/uitest/android

1 file changed

+2
-0
lines changed

sentry-android-integration-tests/sentry-uitest-android/src/androidTest/java/io/sentry/uitest/android/UserFeedbackUiTest.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ import org.hamcrest.Description
3535
import org.hamcrest.Matcher
3636
import org.hamcrest.Matchers.allOf
3737
import org.junit.runner.RunWith
38+
import kotlin.test.Ignore
3839
import kotlin.test.Test
3940
import kotlin.test.assertEquals
4041
import kotlin.test.assertFalse
@@ -479,6 +480,7 @@ class UserFeedbackUiTest : BaseUiTest() {
479480
}
480481
}
481482

483+
@Ignore("Flaky test")
482484
@Test
483485
fun userFeedbackSendEnvelope() {
484486
// GH actions emulator don't allow capturing screenshots properly

0 commit comments

Comments
 (0)