commit | a5743b1dea4c0d1b0f6047496ff993f0e99571eb | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Fri Sep 27 23:33:42 2019 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Sep 27 23:33:42 2019 +0000 |
tree | aa4a3c50d8c28863bdf23e5db83767e079ba0a4f | |
parent | e7e0e0d93d45bc262f8f58a55fb15fe079639a1d [diff] | |
parent | 38427216238cf26d546ececff3b1ca57a4acb20f [diff] |
Merge "Skip documenttest for automotive" into pie-cts-dev
diff --git a/hostsidetests/appsecurity/test-apps/DocumentClient/src/com/android/cts/documentclient/DocumentsClientTestCase.java b/hostsidetests/appsecurity/test-apps/DocumentClient/src/com/android/cts/documentclient/DocumentsClientTestCase.java index afcaae0..6188303 100644 --- a/hostsidetests/appsecurity/test-apps/DocumentClient/src/com/android/cts/documentclient/DocumentsClientTestCase.java +++ b/hostsidetests/appsecurity/test-apps/DocumentClient/src/com/android/cts/documentclient/DocumentsClientTestCase.java
@@ -138,7 +138,8 @@ protected boolean supportedHardware() { final PackageManager pm = getInstrumentation().getContext().getPackageManager(); if (pm.hasSystemFeature("android.hardware.type.television") - || pm.hasSystemFeature("android.hardware.type.watch")) { + || pm.hasSystemFeature("android.hardware.type.watch") + || pm.hasSystemFeature("android.hardware.type.automotive")) { return false; } return true;