summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author John Reck <jreck@google.com> 2023-04-27 15:52:27 -0400
committer John Reck <jreck@google.com> 2023-04-27 15:52:27 -0400
commit070c28eaf6de2714d93728be76da365d80fae3d6 (patch)
tree244edae3fea3737723728c2235339d875fe0834f
parent61949e6125e8bfc4b6fe25af5c9d95c27ee5cd6e (diff)
Opt hwui_unit_tests (and benchmarks) out of test runner sharding
Testing this to see if it helps weird issues seen on b/263382503. This has been suggested to be a culprit for other very similar issues in the past. Docs: https://source.android.com/docs/core/tests/tradefed/testing/through-suite/android-test-tuning Bug: 263382503 Test: presubmits Change-Id: If54c281a5620303f1e6284a52655003a1a01147d
-rw-r--r--libs/hwui/AndroidTest.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/hwui/AndroidTest.xml b/libs/hwui/AndroidTest.xml
index 911315f81a8a..75f61f5f7f9d 100644
--- a/libs/hwui/AndroidTest.xml
+++ b/libs/hwui/AndroidTest.xml
@@ -21,6 +21,7 @@
<option name="push" value="hwuimacro->/data/local/tmp/benchmarktest/hwuimacro" />
</target_preparer>
<option name="test-suite-tag" value="apct" />
+ <option name="not-shardable" value="true" />
<test class="com.android.tradefed.testtype.GTest" >
<option name="native-test-device-path" value="/data/local/tmp/nativetest" />
<option name="module-name" value="hwui_unit_tests" />