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

Commit 22779904 authored by Tim Yu's avatar Tim Yu
Browse files

Exclude Autofill large tests from running in View/IME Presubmit

Bug: 296925953
Test: na

Change-Id: I712b00cb5f800f3af64fed8d2ba14324e24b68d8
parent 48e4cb6a
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -11,6 +11,9 @@
        },
        {
          "exclude-annotation": "android.platform.test.annotations.AppModeFull"
        },
        {
          "exclude-annotation": "androidx.test.filters.LargeTest"
        }
      ]
    }
+3 −0
Original line number Diff line number Diff line
@@ -8,6 +8,9 @@
        },
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        },
        {
          "exclude-annotation": "androidx.test.filters.LargeTest"
        }
      ]
    }