summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJeremy Bettis <jbettis@google.com>2022-04-05 15:15:34 -0600
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-04-06 18:25:18 +0000
commit3fdbdd79f2178e9bb78571117c0a4d8078e2f8b5 (patch)
treedaf04b7643d62f711ff768e122e2432264c22c29 /test
parentee852c5385bfe3d0a0fc067fa34cda6b01799112 (diff)
downloadchrome-ec-3fdbdd79f2178e9bb78571117c0a4d8078e2f8b5.tar.gz
ec: Stop excluding some formerly flaky tests
Now that the flaky lines in core/host/task.c are excluded, these tests don't flaky in coverage any more. BRANCH=None BUG=b:213374060 TEST=Ran tests 50 times each Signed-off-by: Jeremy Bettis <jbettis@google.com> Change-Id: I493c84900518663df622c19a6d0c217937ad9296 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3572889 Reviewed-by: Al Semjonovs <asemjonovs@google.com> Tested-by: Jeremy Bettis <jbettis@chromium.org> Commit-Queue: Jeremy Bettis <jbettis@chromium.org>
Diffstat (limited to 'test')
-rw-r--r--test/build.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/build.mk b/test/build.mk
index 87606f8751..d35c973379 100644
--- a/test/build.mk
+++ b/test/build.mk
@@ -132,8 +132,7 @@ cov-dont-test += version
cov-dont-test += interrupt
# Flaky tests. The number of covered lines changes from run to run
# b/213374060
-cov-dont-test += flash kb_8042 accel_cal rsa float entropy kb_mkbp
-cov-dont-test += motion_angle_tablet
+cov-dont-test += accel_cal entropy flash float kb_mkbp rsa
cov-test-list-host = $(filter-out $(cov-dont-test), $(test-list-host))