TEST_MAPPING 187 B

123456789101112
  1. {
  2. "presubmit": [
  3. {
  4. "name": "CtsNetTestCases",
  5. "options": [
  6. {
  7. "exclude-annotation": "com.android.testutils.SkipPresubmit"
  8. }
  9. ]
  10. }
  11. ]
  12. }