Add @LargeTest to (Secondary|Managed)UserContentResolverTest classes.

Test: runtest -c android.content.SecondaryUserContentResolverTest frameworks-core
      runtest -c android.content.ManagedUserContentResolverTest frameworks-core

Change-Id: I2e9c944c03d1b8a99105b90348634939cea9fc7f
This commit is contained in:
Sudheer Shanka
2017-03-06 12:57:57 -08:00
parent 5a4e12e143
commit f5666dc801
2 changed files with 4 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ package android.content;
import android.content.pm.UserInfo;
import android.os.RemoteException;
import android.os.UserHandle;
import android.support.test.filters.LargeTest;
/**
* To run the tests, use
@@ -33,6 +34,7 @@ import android.os.UserHandle;
* Run: adb shell am instrument -e class android.content.ManagedUserContentResolverTest -w \
* com.android.frameworks.coretests/android.support.test.runner.AndroidJUnitRunner
*/
@LargeTest
public class ManagedUserContentResolverTest extends AbstractCrossUserContentResolverTest {
@Override
protected UserInfo createUser() throws RemoteException {

View File

@@ -18,6 +18,7 @@ package android.content;
import android.content.pm.UserInfo;
import android.os.RemoteException;
import android.support.test.filters.LargeTest;
/**
* To run the tests, use
@@ -32,6 +33,7 @@ import android.os.RemoteException;
* Run: adb shell am instrument -e class android.content.SecondaryUserContentResolverTest -w \
* com.android.frameworks.coretests/android.support.test.runner.AndroidJUnitRunner
*/
@LargeTest
public class SecondaryUserContentResolverTest extends AbstractCrossUserContentResolverTest {
@Override
protected UserInfo createUser() throws RemoteException {