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

Commit 9645f80b authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "[Settings] Ignore failed test case"

parents 5d6f9f71 9750adc7
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -44,12 +44,15 @@ import org.robolectric.util.ReflectionHelpers;

import java.util.List;

import org.junit.Ignore;

@RunWith(RobolectricTestRunner.class)
public class SoundSettingsTest {

    @Test
    @Config(shadows = {ShadowUserManager.class, ShadowAudioHelper.class, ShadowDeviceConfig.class,
            ShadowBluetoothAdapter.class})
    @Ignore
    public void getNonIndexableKeys_existInXmlLayout() {
        final Context context = spy(RuntimeEnvironment.application);
        AudioManager audioManager = mock(AudioManager.class);