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

Commit 57352fc7 authored by Olivier Gaillard's avatar Olivier Gaillard
Browse files

Add presubmit annotation to BinderWorkSourceTest

Test: atest BinderWorkSourceTest
Change-Id: I3a3630146729a9e161e8a531009a774d245e4a4c
parent 2c07da79
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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;