Skip to content

Commit e647ae1

Browse files
crgeddesdcrowell77
authored andcommitted
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 <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
1 parent 8e7e2ad commit e647ae1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,6 @@ TESTCASE_MODULES += testkernel
226226
TESTCASE_MODULES += testtargeting
227227
TESTCASE_MODULES += testmemoize
228228
TESTCASE_MODULES += testprdf
229-
TESTCASE_MODULES += testattn
230229
TESTCASE_MODULES += $(if $(CONFIG_VPO_COMPILE),,testmdia)
231230
TESTCASE_MODULES += testpirformat
232231

@@ -253,6 +252,9 @@ TESTCASE_MODULES += testi2c
253252
#TESTCASE_MODULES += testsbe @fixme RTC:173733
254253
TESTCASE_MODULES += testsbeio
255254

255+
# @TODO DefecT: 1035550 Figure out why testattn is failing sometimes
256+
#TESTCASE_MODULES += testattn
257+
256258

257259
#*******************************************************
258260
#These modules do not work and are not tracked by any stories

0 commit comments

Comments
 (0)