remove flaky test attribute

This commit is contained in:
siddharth2010 2018-08-29 03:49:19 +05:30 committed by Isaac Hutt
parent 130d9e9101
commit 2568dadd01

View File

@ -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";