summaryrefslogtreecommitdiffstats
path: root/src/makefile
diff options
context:
space:
mode:
authorChristian Geddes <crgeddes@us.ibm.com>2017-10-23 15:35:12 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-10-23 17:27:56 -0400
commita344a43f2c009f0b79af14d70c0ff68180b737ce (patch)
treedb6ccce212096bfa0b55628518c63531eb2f8ba7 /src/makefile
parenta9857bf2346fc80ddd534656ca4a4843a44d60a4 (diff)
downloadtalos-hostboot-a344a43f2c009f0b79af14d70c0ff68180b737ce.tar.gz
talos-hostboot-a344a43f2c009f0b79af14d70c0ff68180b737ce.zip
Disable fapi2 test cases
Change-Id: Idd0420ea47399baab1cb35dc29ed564f47c2028f RTC:181401 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/48709 Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Tested-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/makefile')
-rw-r--r--src/makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/makefile b/src/makefile
index 98b7ed316..c2d3457c0 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)
OpenPOWER on IntegriCloud