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

Commit 0a5c6fa4 authored by Louis Chang's avatar Louis Chang
Browse files

Add ActivityThreadTest to Window Manager Tests

Bug: 169550676
Test: atest ActivityThreadTest
Change-Id: I1a0368764b65a466b80007c1971db431dc16f4fb
parent db2bcf83
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -49,7 +49,8 @@ public final class FrameworksTestsFilter extends SelectTest {
            "android.view.WindowMetricsTest",
            "android.view.PendingInsetsControllerTest",
            "android.app.WindowContextTest",
            "android.window.WindowMetricsHelperTest"
            "android.window.WindowMetricsHelperTest",
            "android.app.activity.ActivityThreadTest"
    };

    public FrameworksTestsFilter(Bundle testArgs) {