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

Commit e0cba6c0 authored by Suprabh Shukla's avatar Suprabh Shukla
Browse files

Annotating a fast test as SmallTest

This unit test is pretty quick and should be included in
instr_test-suite-small and not instr_test-suite-large where it currently
appears.

Test: atest FrameworksServicesTests:JobStoreTest

Change-Id: I934c219a76f280c42042f0b869c9cdfb35d7a2f9
parent d8719664
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -27,6 +27,7 @@ import android.util.Log;
import android.util.Pair;

import androidx.test.InstrumentationRegistry;
import androidx.test.filters.SmallTest;
import androidx.test.runner.AndroidJUnit4;

import com.android.internal.util.HexDump;
@@ -53,6 +54,7 @@ import java.util.concurrent.TimeUnit;
 * atest $ANDROID_BUILD_TOP/frameworks/base/services/tests/servicestests/src/com/android/server/job/JobStoreTest.java
 */
@RunWith(AndroidJUnit4.class)
@SmallTest
public class JobStoreTest {
    private static final String TAG = "TaskStoreTest";
    private static final String TEST_PREFIX = "_test_";