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

Commit ad69d87a authored by Sam Saccone's avatar Sam Saccone Committed by Android (Google) Code Review
Browse files

Merge "Suspend low quality test until fixed."

parents 1a48c284 274446b2
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@ package android.content;

import static org.junit.Assert.fail;
import static org.junit.Assume.assumeTrue;
import org.junit.Ignore;

import android.app.ActivityManager;
import android.app.activity.LocalProvider;
@@ -123,6 +124,7 @@ abstract class AbstractCrossUserContentResolverTest {
     * Register an observer for an URI in another user and verify that it receives
     * onChange callback when data at the URI changes.
     */
    @Ignore("b/272733874")
    @Test
    public void testRegisterContentObserver() throws Exception {
        Context crossUserContext = null;
@@ -152,6 +154,7 @@ abstract class AbstractCrossUserContentResolverTest {
     * Register an observer for an URI in the current user and verify that another user can
     * notify changes for this URI.
     */
    @Ignore("b/272733874")
    @Test
    public void testNotifyChange() throws Exception {
        final CountDownLatch notifyLatch = new CountDownLatch(1);