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

Commit 1aeb8d46 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

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



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