Revert "Mark LimitOffsetPagingSourceTest#load_initialEmptyLoad as flaky"

This reverts commit 0c26433956f2699860836b3f1e30ecc0ed05d56d.

Reason for revert: Test fixed in aosp/1788991

Change-Id: I57c3026ba5348e9cd84abcd0a478630ccffcb790
diff --git a/room/room-paging/src/androidTest/kotlin/androidx/room/paging/LimitOffsetPagingSourceTest.kt b/room/room-paging/src/androidTest/kotlin/androidx/room/paging/LimitOffsetPagingSourceTest.kt
index 8a76506..abcf013 100644
--- a/room/room-paging/src/androidTest/kotlin/androidx/room/paging/LimitOffsetPagingSourceTest.kt
+++ b/room/room-paging/src/androidTest/kotlin/androidx/room/paging/LimitOffsetPagingSourceTest.kt
@@ -29,7 +29,6 @@
 import androidx.room.util.CursorUtil
 import androidx.test.core.app.ApplicationProvider
 import androidx.test.ext.junit.runners.AndroidJUnit4
-import androidx.test.filters.FlakyTest
 import androidx.test.filters.SmallTest
 import com.google.common.truth.Truth.assertThat
 import kotlinx.coroutines.runBlocking
@@ -162,7 +161,6 @@
         }
     }
 
-    @FlakyTest(bugId = 195794422)
     @Test
     fun load_initialEmptyLoad() {
         val pagingSource = LimitOffsetPagingSourceImpl(database)