Skip to content

Commit

Permalink
ignore flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
mmmateos committed Sep 23, 2024
1 parent adb2531 commit 524bcd2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ import androidx.test.core.app.ApplicationProvider
import org.dhis2.AppTest.Companion.DB_TO_IMPORT
import org.dhis2.lazyActivityScenarioRule
import org.dhis2.usescases.BaseTest
import org.dhis2.usescases.orgunitselector.orgUnitSelectorRobot
import org.dhis2.usescases.programEventDetail.ProgramEventDetailActivity
import org.dhis2.usescases.programevent.robot.programEventsRobot
import org.dhis2.usescases.teidashboard.robot.eventRobot
import org.junit.Ignore
import org.junit.Rule
import org.junit.Test

Expand All @@ -30,6 +30,7 @@ class ProgramEventTest : BaseTest() {
}

@Test
@Ignore("Flaky test, will be looked up in ANDROAPP-6476")
fun shouldCreateNewEventAndCompleteIt() {
prepareProgramAndLaunchActivity(antenatalCare)

Expand Down

0 comments on commit 524bcd2

Please sign in to comment.