Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 69048f4d authored by Geoffrey Pitsch's avatar Geoffrey Pitsch
Browse files

Annotate a couple flakytests in ScheduleCalendarTest

Test: runtest --path ...
Change-Id: I4106bbdb48d4fc39393190e0069afc7707a2b916
parent 7d37e95d
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -23,6 +23,7 @@ import static org.junit.Assert.assertTrue;


import android.service.notification.ScheduleCalendar;
import android.service.notification.ScheduleCalendar;
import android.service.notification.ZenModeConfig;
import android.service.notification.ZenModeConfig;
import android.support.test.filters.FlakyTest;
import android.support.test.runner.AndroidJUnit4;
import android.support.test.runner.AndroidJUnit4;
import android.test.suitebuilder.annotation.SmallTest;
import android.test.suitebuilder.annotation.SmallTest;


@@ -257,6 +258,7 @@ public class ScheduleCalendarTest extends NotificationTestCase {
    }
    }


    @Test
    @Test
    @FlakyTest
    public void testIsInSchedule_inScheduleOvernight() {
    public void testIsInSchedule_inScheduleOvernight() {
        Calendar cal = new GregorianCalendar();
        Calendar cal = new GregorianCalendar();
        cal.set(Calendar.HOUR_OF_DAY, 23);
        cal.set(Calendar.HOUR_OF_DAY, 23);
@@ -273,6 +275,7 @@ public class ScheduleCalendarTest extends NotificationTestCase {
    }
    }


    @Test
    @Test
    @FlakyTest
    public void testIsInSchedule_inScheduleSingleDay() {
    public void testIsInSchedule_inScheduleSingleDay() {
        Calendar cal = new GregorianCalendar();
        Calendar cal = new GregorianCalendar();
        cal.set(Calendar.HOUR_OF_DAY, 14);
        cal.set(Calendar.HOUR_OF_DAY, 14);