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

Commit 72b47371 authored by William Loh's avatar William Loh Committed by Android (Google) Code Review
Browse files

Merge "Move PackageManagerTests to postsubmit" into udc-dev

parents ba0c5b42 40c7e581
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -56,7 +56,7 @@ import android.os.Process;
import android.os.RemoteException;
import android.os.StatFs;
import android.os.SystemClock;
import android.platform.test.annotations.Presubmit;
import android.platform.test.annotations.Postsubmit;
import android.provider.DeviceConfig;
import android.provider.Settings;
import android.provider.Settings.SettingNotFoundException;
@@ -93,7 +93,7 @@ import java.util.concurrent.CountDownLatch;
import java.util.concurrent.SynchronousQueue;
import java.util.concurrent.TimeUnit;

@Presubmit
@Postsubmit
public class PackageManagerTests extends AndroidTestCase {
    private static final boolean localLOGV = true;