| commit | f049e211df03c9871870300fcfb09322a625956f | [log] [tgz] |
|---|---|---|
| author | Treehugger Robot <[email protected]> | Tue Feb 27 23:50:56 2024 +0000 |
| committer | Gerrit Code Review <[email protected]> | Tue Feb 27 23:50:56 2024 +0000 |
| tree | 9c1c2b8a450728aad5ad022f07dfeee2a8432492 | |
| parent | 3a8df520270b5cc72ae14ef22ac3bfb54ae30432 [diff] | |
| parent | e3c6d28e7b2c4457236a82f50ecc269eed947c63 [diff] |
Merge "Disable flaky paging test" into androidx-main
diff --git a/paging/paging-common/src/commonJvmAndroidTest/kotlin/androidx/paging/CachedPageEventFlowLeakTest.kt b/paging/paging-common/src/commonJvmAndroidTest/kotlin/androidx/paging/CachedPageEventFlowLeakTest.kt index f489ffa..b9c6182 100644 --- a/paging/paging-common/src/commonJvmAndroidTest/kotlin/androidx/paging/CachedPageEventFlowLeakTest.kt +++ b/paging/paging-common/src/commonJvmAndroidTest/kotlin/androidx/paging/CachedPageEventFlowLeakTest.kt
@@ -165,6 +165,7 @@ gcHelper.assertEverythingIsCollected() } + @Ignore // b/327260417 @Test public fun dontLeakPreviousPageInfo_stillCollecting() = runTest { // reproduces b/204125064