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

Commit e3a326a1 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Filter out large tests from presubmit" am: 63517043 am: 94022f90 am: f113345e

parents 35556594 f113345e
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -32,7 +32,12 @@
      "name": "CtsCompilationTestCases"
    },
    {
      "name": "SdkSandboxStorageHostTest"
      "name": "SdkSandboxStorageHostTest",
      "options": [
        {
          "exclude-annotation": "android.platform.test.annotations.LargeTest"
        }
      ]
    }
  ]
}