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

Commit f6f7faac authored by Bernardo Rufino's avatar Bernardo Rufino
Browse files

Run BundleTest on @Presubmit

Bug: 201501487
Change-Id: Ie3ab09dc8aedd8018acf6a0ac4685e6afd848eb4
Test: TH passes
parent d536757a
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -23,6 +23,7 @@ import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertThrows;
import static org.junit.Assert.assertTrue;

import android.platform.test.annotations.Presubmit;
import android.util.Log;

import androidx.test.filters.SmallTest;
@@ -41,6 +42,7 @@ import java.util.Objects;
 * Run with: atest FrameworksCoreTests:android.os.BundleTest
 */
@SmallTest
@Presubmit
@RunWith(AndroidJUnit4.class)
public class BundleTest {
    private Log.TerribleFailureHandler mWtfHandler;