summaryrefslogtreecommitdiffstats
path: root/src/usr/fsi
diff options
context:
space:
mode:
authorThi Tran <thi@us.ibm.com>2011-12-07 10:32:07 -0600
committerThi N. Tran <thi@us.ibm.com>2011-12-07 10:42:22 -0600
commit3ed716d22b8e36965d874e0de8ef7b46e4a30782 (patch)
tree0c939ded64800267892b7e54f5387090db59209b /src/usr/fsi
parent4dcb3847ec0b7fd0c2c07a90090cd47167201534 (diff)
downloadtalos-hostboot-3ed716d22b8e36965d874e0de8ef7b46e4a30782.tar.gz
talos-hostboot-3ed716d22b8e36965d874e0de8ef7b46e4a30782.zip
Disable fsipres test case
lease enter the commit message for your changes. Lines starting Change-Id: I2927aa9a2c87296bc58a851062ea985659792dec Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/570 Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Tested-by: Jenkins Server Reviewed-by: Andrew J. Geissler <andrewg@us.ibm.com>
Diffstat (limited to 'src/usr/fsi')
-rw-r--r--src/usr/fsi/test/fsiprestest.H7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/usr/fsi/test/fsiprestest.H b/src/usr/fsi/test/fsiprestest.H
index 66fd6dc3b..fd9513553 100644
--- a/src/usr/fsi/test/fsiprestest.H
+++ b/src/usr/fsi/test/fsiprestest.H
@@ -55,6 +55,13 @@ class FSIPresTest : public CxxTest::TestSuite
*/
void testPresence()
{
+
+ //@VBU workaround @todo
+ // This test causes an issue with sprint 7 VBU code as well as
+ // SIMICS VENICE model.
+ // Temporarily disable it
+ return;
+
Target* l_masterChip = NULL;
targetService().masterProcChipTargetHandle(l_masterChip);
OpenPOWER on IntegriCloud