Skip to content

Commit

Permalink
test: ignore NoteEditorIntentTest in CI
Browse files Browse the repository at this point in the history
see 15707
  • Loading branch information
mikehardy authored and david-allison committed Feb 28, 2024
1 parent 854f0f6 commit dba875a
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ import androidx.test.ext.junit.runners.AndroidJUnit4
import com.ichi2.anki.NoteEditor.Companion.intentLaunchedWithImage
import com.ichi2.anki.tests.InstrumentedTest
import com.ichi2.anki.testutil.GrantStoragePermission
import com.ichi2.testutils.Flaky
import com.ichi2.testutils.OS
import junit.framework.TestCase.assertFalse
import org.hamcrest.MatcherAssert
import org.hamcrest.Matchers
Expand All @@ -44,6 +46,7 @@ class NoteEditorIntentTest : InstrumentedTest() {
)

@Test
@Flaky(OS.ALL, "Issue 15707 - java.lang.ArrayIndexOutOfBoundsException: length=0; index=0")
fun launchActivityWithIntent() {
col
val scenario = activityRuleIntent!!.scenario
Expand Down

0 comments on commit dba875a

Please sign in to comment.