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

Commit e81c5211 authored by Alexander Roederer's avatar Alexander Roederer
Browse files

Disables TileServiceTest testBindSuccessful

This test has been about 50% flaky in postsubmit for a few weeks now.
Disabling so that I can hopefully move the rest of the module to
presubmit, and we can reenable this test once the flakiness problem is
fixed.

Bug: 298075609
Test: atest shows it's disabled
Change-Id: I2bcb3691649cdd1eae6236b4e52f51cb463a6433
parent ea20f9ad
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -34,6 +34,7 @@ import androidx.test.filters.SmallTest;
import androidx.test.runner.AndroidJUnit4;

import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.Mock;
@@ -88,6 +89,8 @@ public class TileServiceTest {
        verify(mIQSService, never()).onStartSuccessful(any());
    }

    // TODO(b/298075609): Test is disabled due to flakiness.
    @Ignore
    @Test
    public void testBindSuccessful() throws RemoteException {
        Intent intent = new Intent();