Skip to content

Commit 40235f5

Browse files
authored
re-enable flaky test (#3884)
1 parent 2a8a365 commit 40235f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sentry-android-core/src/test/java/io/sentry/android/core/SentryAndroidTest.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -394,8 +394,8 @@ class SentryAndroidTest {
394394
}
395395
}
396396

397-
// @Test
398-
// @Config(sdk = [30])
397+
@Test
398+
@Config(sdk = [30])
399399
fun `AnrV2 events get enriched with previously persisted scope and options data, the new data gets persisted after that`() {
400400
val cacheDir = tmpDir.newFolder().absolutePath
401401
fixture.addAppExitInfo(timestamp = System.currentTimeMillis() - TimeUnit.DAYS.toMillis(1))

0 commit comments

Comments
 (0)