Skip to content

Commit

Permalink
Ignore known flaky test on all API Levels (re. google#1482)
Browse files Browse the repository at this point in the history
  • Loading branch information
vorburger committed Oct 26, 2023
1 parent ee30854 commit 2ede1bb
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ import org.hl7.fhir.r4.model.Extension
import org.hl7.fhir.r4.model.Questionnaire
import org.hl7.fhir.r4.model.QuestionnaireResponse
import org.junit.Before
import org.junit.Ignore
import org.junit.Rule
import org.junit.Test

Expand Down Expand Up @@ -262,7 +263,7 @@ class QuestionnaireItemDialogMultiSelectViewHolderFactoryEspressoTest {
}

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

0 comments on commit 2ede1bb

Please sign in to comment.