From e647ae13fbe5aaa98d1ab11f2c36657c1704fc9f Mon Sep 17 00:00:00 2001 From: Christian Geddes Date: Mon, 2 Oct 2017 13:10:06 -0500 Subject: Disable attn test cases and add new defect to track progress Attn unit tests started failing again. We have opened a defect to track what is going wrong and assigned it to the attn team Change-Id: Ic701676d82153e10318a060174b1d8cd1b5e1afe Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/47009 Tested-by: Jenkins Server Tested-by: Jenkins OP Build CI Reviewed-by: Daniel M. Crowell --- src/makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/makefile b/src/makefile index 1c2e499bb..4abd48c30 100644 --- a/src/makefile +++ b/src/makefile @@ -226,7 +226,6 @@ TESTCASE_MODULES += testkernel TESTCASE_MODULES += testtargeting TESTCASE_MODULES += testmemoize TESTCASE_MODULES += testprdf -TESTCASE_MODULES += testattn TESTCASE_MODULES += $(if $(CONFIG_VPO_COMPILE),,testmdia) TESTCASE_MODULES += testpirformat @@ -253,6 +252,9 @@ TESTCASE_MODULES += testi2c #TESTCASE_MODULES += testsbe @fixme RTC:173733 TESTCASE_MODULES += testsbeio +# @TODO DefecT: 1035550 Figure out why testattn is failing sometimes +#TESTCASE_MODULES += testattn + #******************************************************* #These modules do not work and are not tracked by any stories -- cgit v1.2.1