summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChenjie Yu <cjyu@google.com>2018-05-29 13:12:44 -0700
committerChenjie Yu <cjyu@google.com>2018-05-29 13:14:23 -0700
commitb6d2ba19c00d446fc9204c1dc110f90727c37a7a (patch)
treef73ecc5d9ba70387c4051c77d44c21ad36c0c0f0
parent655a3bfb5303fe91e7a8412d2c023d0a63a93293 (diff)
downloadsuite_harness-b6d2ba19c00d446fc9204c1dc110f90727c37a7a.tar.gz
testCpuActiveTime fails on certain devices
Bug: 80309889 Change-Id: Ib4919f2903c2432daef09191937241e96785b1c5 Fix: 80309889 Test: manual
-rw-r--r--tools/cts-tradefed/res/config/cts-known-failures.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/cts-tradefed/res/config/cts-known-failures.xml b/tools/cts-tradefed/res/config/cts-known-failures.xml
index d7b92cdf..03c39d3f 100644
--- a/tools/cts-tradefed/res/config/cts-known-failures.xml
+++ b/tools/cts-tradefed/res/config/cts-known-failures.xml
@@ -207,4 +207,6 @@
<!-- fails only on angler/bullhead userdebug -->
<option name="compatibility:exclude-filter" value="CtsLiblogTestCases liblog#wrap_mode_blocks" />
+ <!-- b/80309889 -->
+ <option name="compatibility:exclude-filter" value="CtsStatsdHostTestCases android.cts.statsd.atom.UidAtomTests#testCpuActiveTime" />
</configuration>