summaryrefslogtreecommitdiffstats
path: root/src/makefile
diff options
context:
space:
mode:
authorDan Crowell <dcrowell@us.ibm.com>2015-09-18 10:42:44 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2015-09-18 11:24:44 -0500
commit2d7a28cb7c62b0a711d0f68ed0cc1ec6a105980b (patch)
tree3e00bdca1e74c4fdde524072785f0fa46624f4e8 /src/makefile
parentce1ba3c0e9b3cde678d56bd0b2df8dfafe51e0f2 (diff)
downloadtalos-hostboot-2d7a28cb7c62b0a711d0f68ed0cc1ec6a105980b.tar.gz
talos-hostboot-2d7a28cb7c62b0a711d0f68ed0cc1ec6a105980b.zip
Temporarily remove testmdia from extended image
Need to clear some space out of the test image until we have a long-term solution. Change-Id: I7e0399496daf7656b8b7803ad750f0326fe6aa0f Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/20620 Reviewed-by: Thi N. Tran <thi@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Tested-by: Jenkins Server
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 928d3035f..3f5609455 100644
--- a/src/makefile
+++ b/src/makefile
@@ -194,7 +194,8 @@ TESTCASE_MODULES += testvpd
TESTCASE_MODULES += testpore
TESTCASE_MODULES += testutil
TESTCASE_MODULES += testmbox
-TESTCASE_MODULES += $(if $(CONFIG_VPO_COMPILE),,testmdia)
+#TODO: Need to re-enable testmdia (RTC 135217)
+#TESTCASE_MODULES += $(if $(CONFIG_VPO_COMPILE),,testmdia)
TESTCASE_MODULES += testprdf
#TODO: Need to re-enable testattn (RTC 135217)
#TESTCASE_MODULES += testattn
OpenPOWER on IntegriCloud