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

Commit adbe8243 authored by Lucas Henneman's avatar Lucas Henneman
Browse files

Exclude large tests from presubmit.

Bug: 222555677
Test: N/A
Merged-In: Ib19a2096a97367b37b3a22033ec2001693f23bff
Change-Id: I9ea72fd69a4771231b2342c50423cb1461d9ea09
parent 1c6932c6
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -120,6 +120,9 @@
                {
                    "include-annotation": "android.platform.test.annotations.Presubmit"
                },
                {
                    "exclude-annotation": "android.platform.test.annotations.LargeTest"
                },
                {
                    "exclude-annotation": "androidx.test.filters.FlakyTest"
                },
+3 −0
Original line number Diff line number Diff line
@@ -6,6 +6,9 @@
        {
          "include-annotation": "android.platform.test.annotations.Presubmit"
        },
        {
          "exclude-annotation": "android.platform.test.annotations.LargeTest"
        },
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        },
+3 −0
Original line number Diff line number Diff line
@@ -9,6 +9,9 @@
        {
          "include-annotation": "android.platform.test.annotations.Presubmit"
        },
        {
          "exclude-annotation": "android.platform.test.annotations.LargeTest"
        },
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        },