Merge "Ignore flaky test" into androidx-main am: 0137117eb3

Original change: https://android-review.googlesource.com/c/platform/frameworks/support/+/2587366

Change-Id: Ib43d1f948f7a66b0c8260a15302842af1e1c2e0c
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/room/integration-tests/kotlintestapp/src/androidTest/java/androidx/room/integration/kotlintestapp/test/InvalidationTrackerFlowTest.kt b/room/integration-tests/kotlintestapp/src/androidTest/java/androidx/room/integration/kotlintestapp/test/InvalidationTrackerFlowTest.kt
index 4f5c817..7c0345f 100644
--- a/room/integration-tests/kotlintestapp/src/androidTest/java/androidx/room/integration/kotlintestapp/test/InvalidationTrackerFlowTest.kt
+++ b/room/integration-tests/kotlintestapp/src/androidTest/java/androidx/room/integration/kotlintestapp/test/InvalidationTrackerFlowTest.kt
@@ -224,6 +224,7 @@
         channel.cancel()
     }
 
+    @Ignore("b/277764166")
     @Test
     fun mapTransactionQuery() = runBlocking {
         booksDao.addAuthors(TestUtil.AUTHOR_1)