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

Commit d1d1aeb4 authored by Joe Onorato's avatar Joe Onorato
Browse files

Remove this TEST_MAPPING file until I can figure out what this error means

Missing test_suite setting for test: GtsIncidentConfirmationTestCases, test group: presubmit, TEST_MAPPING file path: [frameworks/base/libs/incident]
Missing test_suite setting for test: GtsIncidentManagerTestCases, test group: presubmit, TEST_MAPPING file path: [frameworks/base/libs/incident]

Test: treehugger
Change-Id: I8c3f5a2ff1e22be764ae4cc42223a29f10a3480e
parent 255ffff5
Loading
Loading
Loading
Loading

cmds/incidentd/TEST_MAPPING

deleted100644 → 0
+0 −13
Original line number Diff line number Diff line
{
  "presubmit": [
    {
      "name": "incidentd_test"
    }
  ],
  "postsubmit": [
  ],
  "imports": [
  ]
}

libs/incident/TEST_MAPPING

deleted100644 → 0
+0 −21
Original line number Diff line number Diff line
{
  "presubmit": [
    {
      "name": "libincident_c_api_test"
    },
    {
      "name": "GtsIncidentConfirmationTestCases"
    },
    {
      "name": "GtsIncidentManagerTestCases"
    }
  ],
  "postsubmit": [
  ],
  "imports": [
    {
      "path": "frameworks/base/cmds/incidentd"
    }
  ]
}