diff options
| author | Christian Geddes <crgeddes@us.ibm.com> | 2019-03-13 10:46:58 -0500 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2019-03-14 08:27:01 -0500 |
| commit | 9145082bb0ca4a8788765a8d11f1694cbd63f9ca (patch) | |
| tree | 93dc1ae2dc9b7d4ed82f33aed89d976881b948ac /src/usr/expaccess/runtime | |
| parent | 10784ce5d02bd321ad576f11d48fa42972a3e468 (diff) | |
| download | blackbird-hostboot-9145082bb0ca4a8788765a8d11f1694cbd63f9ca.tar.gz blackbird-hostboot-9145082bb0ca4a8788765a8d11f1694cbd63f9ca.zip | |
Disable OCMB mmio communication tests until MMIO works
We want to start running Axone in CI and this is blocking ,disable
for now.
Change-Id: Iadf61be5a4c8e61e659848c7be74080d88cf131d
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/73249
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>
Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/expaccess/runtime')
| -rw-r--r-- | src/usr/expaccess/runtime/test/makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/usr/expaccess/runtime/test/makefile b/src/usr/expaccess/runtime/test/makefile index addcbd5e7..442fc0953 100644 --- a/src/usr/expaccess/runtime/test/makefile +++ b/src/usr/expaccess/runtime/test/makefile @@ -30,7 +30,8 @@ MODULE = testexpaccess_rt include ../../test/test.mk -TESTS = ../../test/*.H +#TODO RTC:196806 re-enable mmio communication tests when mmio works +TESTS = ../../test/expscomtest.H include ${ROOTPATH}/config.mk |

