diff options
author | Joe Onorato <joeo@google.com> | 2020-02-05 12:22:11 -0800 |
---|---|---|
committer | Joe Onorato <joeo@google.com> | 2020-02-05 15:58:59 -0800 |
commit | d1d1aeb46abed2350c9e998a0bb068e2cb7c1ffa (patch) | |
tree | 847d4deff028d89524f6aba7d1fd75f75e2f8a53 | |
parent | 255ffff56d7c99fb756c20f9f5a6c4ea93504813 (diff) |
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
-rw-r--r-- | cmds/incidentd/TEST_MAPPING | 13 | ||||
-rw-r--r-- | libs/incident/TEST_MAPPING | 21 |
2 files changed, 0 insertions, 34 deletions
diff --git a/cmds/incidentd/TEST_MAPPING b/cmds/incidentd/TEST_MAPPING deleted file mode 100644 index f5b0b7a120ca..000000000000 --- a/cmds/incidentd/TEST_MAPPING +++ /dev/null @@ -1,13 +0,0 @@ -{ - "presubmit": [ - { - "name": "incidentd_test" - } - ], - "postsubmit": [ - ], - "imports": [ - ] -} - - diff --git a/libs/incident/TEST_MAPPING b/libs/incident/TEST_MAPPING deleted file mode 100644 index b49513543cb1..000000000000 --- a/libs/incident/TEST_MAPPING +++ /dev/null @@ -1,21 +0,0 @@ -{ - "presubmit": [ - { - "name": "libincident_c_api_test" - }, - { - "name": "GtsIncidentConfirmationTestCases" - }, - { - "name": "GtsIncidentManagerTestCases" - } - ], - "postsubmit": [ - ], - "imports": [ - { - "path": "frameworks/base/cmds/incidentd" - } - ] -} - |