summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorJulien Desprez <jdesprez@google.com>2021-04-20 15:56:07 +0000
committerJulien Desprez <jdesprez@google.com>2021-04-20 15:56:09 +0000
commitd3dbf07c377a7436d51f1abf4f5ff2597e53810d (patch)
treeb67ce9295b52b08d9536e423e228dd442392467d /python
parentb8ea9f3cc86a4cd5cb8406f366a8c55a3bc4ac9e (diff)
Mark par_test as not unit tests
They seem to be used as Soong validation. They are not implemented against the python unit tests framework, so we can execute them as such in CI automatically. Change-Id: I8fe662d5d3399d60c8a05acc79b4dd51b5d138a6 Test: presubmit Bug: 183730987
Diffstat (limited to 'python')
-rw-r--r--python/tests/Android.bp10
1 files changed, 8 insertions, 2 deletions
diff --git a/python/tests/Android.bp b/python/tests/Android.bp
index 0e8eef6ef..a65685960 100644
--- a/python/tests/Android.bp
+++ b/python/tests/Android.bp
@@ -23,7 +23,10 @@ python_test_host {
"par_test.py",
"testpkg/par_test.py",
],
-
+ // Is not implemented as a python unittest
+ test_options: {
+ unit_test: false,
+ },
version: {
py2: {
enabled: true,
@@ -43,7 +46,10 @@ python_test_host {
"par_test.py",
"testpkg/par_test.py",
],
-
+ // Is not implemented as a python unittest
+ test_options: {
+ unit_test: false,
+ },
version: {
py3: {
embedded_launcher: true,