Merge "Add presubmit annotation to BinderWorkSourceTest"

This commit is contained in:
TreeHugger Robot
2018-12-13 19:22:59 +00:00
committed by Android (Google) Code Review

View File

@@ -23,6 +23,7 @@ import android.content.ComponentName;
import android.content.Context;
import android.content.Intent;
import android.content.ServiceConnection;
import android.platform.test.annotations.Presubmit;
import android.support.test.InstrumentationRegistry;
import android.support.test.filters.LargeTest;
import android.support.test.runner.AndroidJUnit4;
@@ -37,6 +38,7 @@ import org.junit.runner.RunWith;
* Test whether Binder calls work source is propagated correctly.
*/
@LargeTest
@Presubmit
@RunWith(AndroidJUnit4.class)
public class BinderWorkSourceTest {
private static Context sContext;