Suspend low quality test until fixed.
This is blocking people in presubmit. Change-Id: I321418143e8dd71761532b3fe4465510e5366de0 BUG: b/272733874
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user