summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Desprez <jdesprez@google.com>2021-07-27 17:53:34 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2021-07-27 17:53:34 +0000
commitd5578b1a212970694245fdfc6693b5d2eae9a091 (patch)
tree06ccc16291417fee25035a81800014c1bddbd58d
parent665c7015f9642b651a23d93a5a14b47b8d5aefd6 (diff)
parent25859e8f99f9ac702299076a8bb82574b724bf9e (diff)
downloadsuite_harness-d5578b1a212970694245fdfc6693b5d2eae9a091.tar.gz
Merge "Remove explicit option definition for *TS"
-rw-r--r--common/host-side/tradefed/res/config/common-compatibility-config.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/common/host-side/tradefed/res/config/common-compatibility-config.xml b/common/host-side/tradefed/res/config/common-compatibility-config.xml
index 264c2981..bd93b536 100644
--- a/common/host-side/tradefed/res/config/common-compatibility-config.xml
+++ b/common/host-side/tradefed/res/config/common-compatibility-config.xml
@@ -19,11 +19,6 @@
<build_provider class="com.android.compatibility.common.tradefed.build.CompatibilityBuildProvider" />
<test class="com.android.compatibility.common.tradefed.testtype.suite.CompatibilityTestSuite" />
- <option name="compatibility:test-arg" value="com.android.tradefed.testtype.AndroidJUnitTest:rerun-from-file:true" />
- <option name="compatibility:test-arg" value="com.android.tradefed.testtype.AndroidJUnitTest:fallback-to-serial-rerun:false" />
- <option name="compatibility:test-arg" value="com.android.compatibility.testtype.LibcoreTest:rerun-from-file:true" />
- <option name="compatibility:test-arg" value="com.android.compatibility.testtype.LibcoreTest:fallback-to-serial-rerun:false" />
-
<logger class="com.android.tradefed.log.FileLogger">
<option name="log-level-display" value="WARN" />
</logger>