Skip to content

Commit

Permalink
Filter the unit test issues
Browse files Browse the repository at this point in the history
  • Loading branch information
xenonnn4w committed Jul 27, 2024
1 parent 6cd747f commit 0573a3b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import org.hamcrest.Matchers
import org.junit.Test
import org.junit.runner.RunWith

// TODO : To handle the DeckPickerWidgetConfig
// TODO : To handle the DeckPickerWidgetConfig and CardAnalysisExtraWidgetConfig
@RunWith(AndroidJUnit4::class)
class ActivityStartupMetaTest : RobolectricTest() {
@Test
Expand All @@ -41,6 +41,7 @@ class ActivityStartupMetaTest : RobolectricTest() {
.filter { it != "com.ichi2.anki.TestCardTemplatePreviewer" }
.filter { it != "com.ichi2.anki.AnkiCardContextMenuAction" }
.filter { it != "com.ichi2.widget.DeckPickerWidgetConfig" }
.filter { it != "com.ichi2.widget.CardAnalysisExtraWidgetConfig" }
.filter { it != "com.ichi2.anki.analytics.AnkiDroidCrashReportDialog" }
.filter { !it.startsWith("androidx") }
.filter { !it.startsWith("org.acra") }
Expand Down

0 comments on commit 0573a3b

Please sign in to comment.