Skip to content

Commit

Permalink
Ignore flaky UI Test, for now (see #1482, fixes #2197)
Browse files Browse the repository at this point in the history
  • Loading branch information
vorburger committed Sep 29, 2023
1 parent b860a29 commit 72a5eb0
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ import androidx.test.espresso.matcher.ViewMatchers
import androidx.test.espresso.matcher.ViewMatchers.isDisplayed
import androidx.test.espresso.matcher.ViewMatchers.withId
import androidx.test.ext.junit.rules.ActivityScenarioRule
import androidx.test.filters.SdkSuppress
import androidx.test.platform.app.InstrumentationRegistry
import com.google.android.fhir.datacapture.R
import com.google.android.fhir.datacapture.extensions.DisplayItemControlType
Expand Down Expand Up @@ -261,6 +262,7 @@ class QuestionnaireItemDialogMultiSelectViewHolderFactoryEspressoTest {
}

@Test
@SdkSuppress(minSdkVersion = 33) // TODO https://github.com/google/android-fhir/issues/1482 FIXME
fun selectOther_shouldScrollDownToShowAddAnotherAnswer() {
val questionnaireItem =
answerOptions(
Expand Down

0 comments on commit 72a5eb0

Please sign in to comment.