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

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

Merge "Filter out large tests from presubmit" am: 63517043

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