You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 20, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: Corona-Warn-App/src/androidTest/java/de/rki/coronawarnapp/ui/submission/SubmissionDispatcherFragmentTest.kt
+3
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,7 @@ import io.mockk.just
26
26
importkotlinx.coroutines.flow.flowOf
27
27
importorg.junit.After
28
28
importorg.junit.Before
29
+
importorg.junit.Ignore
29
30
importorg.junit.Test
30
31
importorg.junit.runner.RunWith
31
32
importtesthelpers.BaseUITest
@@ -89,6 +90,7 @@ class SubmissionDispatcherFragmentTest : BaseUITest() {
89
90
.perform(click())
90
91
}
91
92
93
+
@Ignore("Removed tile from UI, not deleting it completely for now")
0 commit comments