From 5a6725e6fadab4230a9d8d5cfcea0ee8f6da476d Mon Sep 17 00:00:00 2001 From: Scott Date: Tue, 9 Aug 2016 12:40:06 -0700 Subject: [PATCH] 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 Reviewed-on: https://chromium-review.googlesource.com/367302 Commit-Ready: Scott Collyer Tested-by: Scott Collyer Reviewed-by: Bill Richardson --- test/build.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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