Skip to content

Commit

Permalink
Ignore flaky UI Test, for now (see google#1482, fixes google#2197)
Browse files Browse the repository at this point in the history
  • Loading branch information
vorburger committed Sep 29, 2023
1 parent b860a29 commit 1ed5737
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

package com.google.android.fhir.datacapture.test.views

import android.support.test.filters.SdkSuppress
import android.view.View
import android.widget.FrameLayout
import android.widget.TextView
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 1ed5737

Please sign in to comment.