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

Commit fa49a958 authored by Hongguang's avatar Hongguang Committed by Hongguang Chen
Browse files

Do not run NotificationTest on TV.

Fix: 230550325
Test: atest InputMethodStressTest
Change-Id: I52a79356dac2f73a0501a95b865d77812b0dcc2c
parent 4ec2421f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -95,6 +95,8 @@ public final class NotificationTest {
        PackageManager pm = mContext.getPackageManager();
        // Do not run on Automotive.
        assumeFalse(pm.hasSystemFeature(PackageManager.FEATURE_AUTOMOTIVE));
        // Do not run on TV. Direct Reply isn't supported on TV.
        assumeFalse(pm.hasSystemFeature(PackageManager.FEATURE_LEANBACK_ONLY));
    }

    @After