mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-08-03 10:46:53 -04:00
remove flaky test attribute
This commit is contained in:
parent
130d9e9101
commit
2568dadd01
@ -75,7 +75,6 @@ public class LanguageActivityTest {
|
||||
activityTestRule.launchActivity();
|
||||
}
|
||||
|
||||
@AllowFlaky(attempts = 1)
|
||||
@Test
|
||||
public void testLanguageActivity() {
|
||||
BaristaSleepInteractions.sleep(TEST_PAUSE_MS);
|
||||
@ -123,9 +122,6 @@ public class LanguageActivityTest {
|
||||
onView(withContentDescription("Save languages")).check(matches(notNullValue()));
|
||||
onView(withContentDescription("Search")).check(matches(notNullValue()));
|
||||
|
||||
// verify that the list of languages is present
|
||||
//onView(withId(R.id.recycler_view)).check(withItemCount(greaterThan(0)));
|
||||
|
||||
// languages used for testing
|
||||
String language1 = "kongo";
|
||||
String language2 = "bengali";
|
||||
|
Loading…
x
Reference in New Issue
Block a user