aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Desprez <jdesprez@google.com>2021-04-01 21:01:05 +0000
committerJulien Desprez <jdesprez@google.com>2021-04-01 21:01:08 +0000
commitd98e225ea415a373617e57a3998a909bf97ada22 (patch)
tree081d656003211a0c6581e0c7e919d5473f52c951
parent9554c3baa86ee7f70b4e2e42fd7d5ec0086cb423 (diff)
downloadcsuite-d98e225ea415a373617e57a3998a909bf97ada22.tar.gz
Mark csuite_crash_detection_test as not unit tests
This test runs through test mapping and requires a device Change-Id: Ifcdd91182522d0c9358c564c133eec955a3e79c6 Test: presubmit Bug: 183730987
-rw-r--r--integration_tests/Android.bp3
1 files changed, 3 insertions, 0 deletions
diff --git a/integration_tests/Android.bp b/integration_tests/Android.bp
index 876afda..84eaa2e 100644
--- a/integration_tests/Android.bp
+++ b/integration_tests/Android.bp
@@ -110,4 +110,7 @@ python_test_host {
defaults: [
"csuite_python_defaults",
],
+ test_options: {
+ unit_test: false,
+ },
}