diff options
| author | crgeddes <crgeddes@us.ibm.com> | 2017-05-11 09:53:39 -0500 |
|---|---|---|
| committer | Christian R. Geddes <crgeddes@us.ibm.com> | 2017-05-11 14:49:17 -0400 |
| commit | 10bae4c598bb12c735129a03705aa7b62955d9c5 (patch) | |
| tree | bc2af4a2fb141579c650ada1d1e195608db8e6b2 /src/makefile | |
| parent | 60b4de3dded7e96e6966ade8cc52bd18250bc088 (diff) | |
| download | talos-hostboot-10bae4c598bb12c735129a03705aa7b62955d9c5.tar.gz talos-hostboot-10bae4c598bb12c735129a03705aa7b62955d9c5.zip | |
Disable attn test cases for the time being
Hostboot CI was failing due to timeout because this test case is
hanging
Change-Id: I23fe5bcd942159b50abf9782344d0fa9d5b65296
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/40384
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Diffstat (limited to 'src/makefile')
| -rw-r--r-- | src/makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/makefile b/src/makefile index 558909c1e..3a34ee26b 100644 --- a/src/makefile +++ b/src/makefile @@ -225,7 +225,9 @@ TESTCASE_MODULES += testkernel TESTCASE_MODULES += testtargeting TESTCASE_MODULES += testmemoize TESTCASE_MODULES += testprdf -TESTCASE_MODULES += testattn +#TODO RTC: 174141 +# Investigate why attn tests are taking forever sometimes +# TESTCASE_MODULES += testattn TESTCASE_MODULES += $(if $(CONFIG_VPO_COMPILE),,testmdia) TESTCASE_MODULES += testpirformat |

