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

Commit 21fc995f authored by Robin Lee's avatar Robin Lee
Browse files

Exclude guava builtin testers from our tests

Test: atest WMShellUnitTests
Bug: 419958066
Bug: 419430883
Flag: EXEMPT CI configuration
Change-Id: I38d5bf80d69cfab4cd89d5f7874fbec63dc9b780
parent 9b61f55b
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -27,5 +27,7 @@
        <option name="package" value="com.android.wm.shell.tests" />
        <option name="runner" value="androidx.test.runner.AndroidJUnitRunner" />
        <option name="hidden-api-checks" value="false"/>
        <!-- Ignores tests introduced by guava-android-testlib -->
        <option name="exclude-annotation" value="org.junit.Ignore"/>
    </test>
</configuration>