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

Commit 34927d35 authored by Kihong Seong's avatar Kihong Seong
Browse files

Ignore failing test in BluetoothMapSettingsTest

Bug: 277596416
Test: atest BluetoothInstrumentationTests
Change-Id: I6b677522710099cc2b993699f28f702f9be76dbf
parent aa6a2f84
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -39,6 +39,7 @@ import com.android.bluetooth.R;
import org.junit.After;
import org.junit.Assume;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;

@@ -69,6 +70,7 @@ public class BluetoothMapSettingsTest {
        enableActivity(false);
    }

    @Ignore("b/277596416")
    @Test
    public void initialize() throws Exception {
        onView(withId(R.id.bluetooth_map_settings_list_view)).check(matches(isDisplayed()));