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

Commit 26d14564 authored by Hieu Dang's avatar Hieu Dang Committed by Cherrypicker Worker
Browse files

Ignore flaky test

Ignore onOptionsItemSelected_clearAllSelected_promptWarning

Bug: 269733670
Bug: 268424815
Test: BluetoothInstrumentationTests
Tag: #refactor
Change-Id: I3d0c744535c0704249956a9c59e8baf89bcfb929
(cherry picked from commit 31e5d5b6)
Merged-In: I3d0c744535c0704249956a9c59e8baf89bcfb929
parent b5b9a4c5
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -48,6 +48,7 @@ import com.google.common.base.Objects;

import org.junit.After;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.Mock;
@@ -166,6 +167,7 @@ public class BluetoothOppTransferHistoryTest {
                matches(isDisplayed()));
    }

    @Ignore("b/268424815")
    @Test
    public void onOptionsItemSelected_clearAllSelected_promptWarning() {
        BluetoothOppTestUtils.setUpMockCursor(mCursor, mCursorMockDataList);