summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott <scollyer@chromium.org>2016-08-09 12:40:06 -0700
committerchrome-bot <chrome-bot@chromium.org>2016-08-09 19:40:33 -0700
commit5a6725e6fadab4230a9d8d5cfcea0ee8f6da476d (patch)
treed1b013fb8647690d8f8ff91ff7350da5d0c790b9
parent84697c60291e0e833af7be36d7752479824f5a84 (diff)
downloadchrome-ec-5a6725e6fadab4230a9d8d5cfcea0ee8f6da476d.tar.gz
ec: Unit test: Remove (temporarily) nvmem from test-list-host
There seems to be flaky issue where the nvmem tests don't fully complete. I need to spend some time to try and understand the mechanism. It doesn't happen on every build attempt and never happens when I just run this particular test. In the meantime, I don't want the builder to fail due to this issue so I am removing this test from the test-list-host while I debug the issue. BUG=chrome-os-partner:55854 BRANCH=none TEST=manual Execute the command 'make runtests' in /platform/ec and verified that the nvmem test is no longer executed. Change-Id: I9f0778fd9fa17cf8949292f7abe8b05ccab2bae2 Signed-off-by: Scott <scollyer@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/367302 Commit-Ready: Scott Collyer <scollyer@chromium.org> Tested-by: Scott Collyer <scollyer@chromium.org> Reviewed-by: Bill Richardson <wfrichar@chromium.org>
-rw-r--r--test/build.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/build.mk b/test/build.mk
index a31bb436d4..a757ac2642 100644
--- a/test/build.mk
+++ b/test/build.mk
@@ -41,7 +41,7 @@ test-list-host+=sbs_charging host_command
test-list-host+=bklight_lid bklight_passthru interrupt timer_dos button
test-list-host+=math_util motion_lid sbs_charging_v2 battery_get_params_smart
test-list-host+=lightbar inductive_charging usb_pd fan charge_manager
-test-list-host+=charge_manager_drp_charging charge_ramp nvmem
+test-list-host+=charge_manager_drp_charging charge_ramp
endif
battery_get_params_smart-y=battery_get_params_smart.o