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

Commit 1e073948 authored by Yanting Yang's avatar Yanting Yang
Browse files

Ignore failing tests of com.android.settings.accounts

Bug: 313573729
Test: atest
Change-Id: Iaa5a843ed71bc7838a119e88bca2b5562ec55007
parent 28bbbf78
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -42,6 +42,7 @@ import androidx.lifecycle.LifecycleRegistry;
import androidx.test.core.app.ApplicationProvider;

import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.Mock;
@@ -111,6 +112,7 @@ public class ManagedProfileQuietModeEnablerTest {
        verify(mUserManager).requestQuietModeEnabled(mEnable, mManagedUser);
    }

    @Ignore("b/313573729")
    @Test
    @RequiresFlagsEnabled(Flags.FLAG_QUIET_MODE_CREDENTIAL_BUG_FIX)
    public void onSetQuietMode_ifQuietModeAlreadyInDesiredState_shouldNotRequestQuietModeEnabled() {