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

Commit 3d8681e3 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Exclude large tests from presubmit."

parents 7d825e68 adbe8243
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"
        },