From a344a43f2c009f0b79af14d70c0ff68180b737ce Mon Sep 17 00:00:00 2001 From: Christian Geddes Date: Mon, 23 Oct 2017 15:35:12 -0500 Subject: [PATCH] Disable fapi2 test cases Change-Id: Idd0420ea47399baab1cb35dc29ed564f47c2028f RTC:181401 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/48709 Reviewed-by: Daniel M. Crowell Tested-by: Daniel M. Crowell --- src/makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/makefile b/src/makefile index 98b7ed316e1..c2d3457c096 100644 --- a/src/makefile +++ b/src/makefile @@ -240,7 +240,8 @@ TESTCASE_MODULES += testsyslib TESTCASE_MODULES += testscom TESTCASE_MODULES += $(if $(CONFIG_VPO_COMPILE),,testruntime) TESTCASE_MODULES += testintr -TESTCASE_MODULES += testfapi2 +# RTC:181401 figure out why we are seeing a data storage exception during fapi2 tests +#TESTCASE_MODULES += testfapi2 #****************************************************************** #KNOWN ISSUES (I might let these run but there is something wrong)