Skip to content

Commit

Permalink
Merge pull request #6045 from seadowg/flakey-test
Browse files Browse the repository at this point in the history
Ignore flakey test
  • Loading branch information
grzesiek2010 authored Mar 27, 2024
2 parents 38a4b0e + 6b263cd commit d5c4b3d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
*/
package org.odk.collect.android.feature.formentry

import org.junit.Ignore
import org.junit.Rule
import org.junit.Test
import org.junit.rules.RuleChain
Expand Down Expand Up @@ -98,6 +99,7 @@ class FormNavigationTest {
}

@Test
@Ignore("https://github.com/getodk/collect/issues/6044")
fun whenNavigationSettingsChangeChangesShouldBeReflectedInFormFilling() {
rule.startAtMainMenu()
.copyForm("two-question.xml")
Expand Down

0 comments on commit d5c4b3d

Please sign in to comment.