From 9145082bb0ca4a8788765a8d11f1694cbd63f9ca Mon Sep 17 00:00:00 2001 From: Christian Geddes Date: Wed, 13 Mar 2019 10:46:58 -0500 Subject: 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 Tested-by: Jenkins OP Build CI Tested-by: FSP CI Jenkins Tested-by: Jenkins OP HW Reviewed-by: Daniel M. Crowell --- src/usr/expaccess/runtime/test/makefile | 3 ++- src/usr/expaccess/test/makefile | 3 ++- 2 files changed, 4 insertions(+), 2 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 diff --git a/src/usr/expaccess/test/makefile b/src/usr/expaccess/test/makefile index 8f8fb86fc..461a908c8 100644 --- a/src/usr/expaccess/test/makefile +++ b/src/usr/expaccess/test/makefile @@ -28,6 +28,7 @@ MODULE = testexpaccess include test.mk -TESTS = *.H +#TODO RTC:196806 re-enable mmio communication tests when mmio works +TESTS = expscomtest.H include ${ROOTPATH}/config.mk \ No newline at end of file -- cgit v1.2.1