Merge "Merge "Disable cts-verifier tests that VR Standalone headsets do not support." into oreo-cts-dev am: 68dd6da101" am: 66141aba91 am: 60a9081d1c
am: f49c8e305f
Change-Id: I5b6216f63523729377bc57a234ddb4864d1f40d4
diff --git a/apps/CtsVerifier/res/values-vrheadset/strings.xml b/apps/CtsVerifier/res/values-vrheadset/strings.xml
new file mode 100644
index 0000000..c92038d
--- /dev/null
+++ b/apps/CtsVerifier/res/values-vrheadset/strings.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2014 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<resources>
+ <!-- Don't test these features on VR Standalone Headsets. -->
+ <string-array name="disabled_tests">
+ <item>com.android.cts.verifier.car.CarDockActivity</item>
+ <item>com.android.cts.verifier.car.CarDockTestActivity</item>
+ <item>com.android.cts.verifier.deskclock.DeskClockTestsActivity</item>
+ <item>com.android.cts.verifier.screenpinning.ScreenPinningTestActivity</item>
+ </string-array>
+</resources>
\ No newline at end of file