Add presubmit annotation to BinderWorkSourceTest

Test: atest BinderWorkSourceTest
Change-Id: I3a3630146729a9e161e8a531009a774d245e4a4c
This commit is contained in:
Olivier Gaillard
2018-12-11 23:09:05 +00:00
parent 2c07da7945
commit 57352fc7ed

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;