Merge "Removing FlakyTest annotation as this test is no longer flaky." into androidx-main
diff --git a/room/room-runtime/src/test/java/androidx/room/TransactionExecutorTest.kt b/room/room-runtime/src/test/java/androidx/room/TransactionExecutorTest.kt
index 3935b52..edda059 100644
--- a/room/room-runtime/src/test/java/androidx/room/TransactionExecutorTest.kt
+++ b/room/room-runtime/src/test/java/androidx/room/TransactionExecutorTest.kt
@@ -16,7 +16,6 @@
 
 package androidx.room
 
-import androidx.test.filters.FlakyTest
 import com.google.common.truth.Truth.assertThat
 import org.junit.After
 import org.junit.Test
@@ -37,7 +36,6 @@
         testExecutor.shutdownNow()
     }
 
-    @FlakyTest(bugId = 187828770)
     @Test
     @Throws(InterruptedException::class)
     fun testSerialExecution() {