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

Commit 55334b50 authored by Alexander Roederer's avatar Alexander Roederer Committed by Android (Google) Code Review
Browse files

Merge "Disables TileServiceTest testBindSuccessful" into main

parents b0e0828e e81c5211
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();