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

Commit b2e715c3 authored by Pablo Gamito's avatar Pablo Gamito
Browse files

Exclude WMShellFlickerServiceTests from WMShellFlickerTestsOther

ag/23773685 added a new config to run the new tests added in ag/23773684
but forgot to exclude those tests from the catch all
WMShellFlickerTestsOther module. The tests should only be running
under the WMShellFlickerServiceTests module.

Test: atest WMShellFlickerTestsOther
Fixes: 290035043
Change-Id: I245314a586854630aada79dd9fd021d576eb9577
parent e6ed1175
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -95,6 +95,7 @@ android_test {
        ":WMShellFlickerTestsBubbles-src",
        ":WMShellFlickerTestsBubbles-src",
        ":WMShellFlickerTestsPip-src",
        ":WMShellFlickerTestsPip-src",
        ":WMShellFlickerTestsSplitScreen-src",
        ":WMShellFlickerTestsSplitScreen-src",
        ":WMShellFlickerServiceTests-src",
    ],
    ],
}
}