Merge "Disable flaking BasicTextField2Test tests" into androidx-main
diff --git a/compose/foundation/foundation/src/androidAndroidTest/kotlin/androidx/compose/foundation/text2/BasicTextField2Test.kt b/compose/foundation/foundation/src/androidAndroidTest/kotlin/androidx/compose/foundation/text2/BasicTextField2Test.kt
index 6a7ba4b..30f846c 100644
--- a/compose/foundation/foundation/src/androidAndroidTest/kotlin/androidx/compose/foundation/text2/BasicTextField2Test.kt
+++ b/compose/foundation/foundation/src/androidAndroidTest/kotlin/androidx/compose/foundation/text2/BasicTextField2Test.kt
@@ -580,6 +580,7 @@
         }
     }
 
+    @Ignore // b/278560997
     @Test
     fun textField_changesAreTracked_whenInputConnectionComposes() {
         lateinit var inputConnection: InputConnection
@@ -610,6 +611,7 @@
         }
     }
 
+    @Ignore // b/278560997
     @Test
     fun textField_changesAreTracked_whenInputConnectionDeletes() {
         lateinit var inputConnection: InputConnection
@@ -646,6 +648,7 @@
         }
     }
 
+    @Ignore // b/278560997
     @Test
     fun textField_changesAreTracked_whenInputConnectionDeletesViaComposition() {
         lateinit var inputConnection: InputConnection
@@ -707,6 +710,7 @@
         }
     }
 
+    @Ignore // b/278560997
     @Test
     fun textField_changesAreTracked_whenKeyEventDeletes() {
         val state = TextFieldState("hello")
@@ -921,6 +925,7 @@
         rule.onNodeWithTag(Tag).assertIsNotFocused()
     }
 
+    @Ignore // b/278560997
     @Test
     fun swipingTextFieldInScrollableContainer_doesNotGainFocus() {
         val scrollState = ScrollState(0)