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

Commit 63ce0b00 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...

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

Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/2063867



Change-Id: I6efc6c25096963fdf8c2ad9421b4afc9e88f77c6
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 9cfb9cf4 1aeb8d46
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"
        }
      ]
    }
  ]
}