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

Commit e728e2a7 authored by Hyundo Moon's avatar Hyundo Moon Committed by Gerrit Code Review
Browse files

Merge "Ignore failing test in BluetoothMapSettingsTest"

parents 5d6419e7 34927d35
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()));