diff options
| author | Christian Geddes <crgeddes@us.ibm.com> | 2019-03-06 09:00:00 -0600 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2019-03-08 09:54:27 -0600 |
| commit | 58b845f915eae82446b564327dfc11b2c24c5624 (patch) | |
| tree | 36b482eb7764c175f4607214922d6c87302acce8 /src | |
| parent | 90b00de769e02186a9b75e5766f8a7b690af412e (diff) | |
| download | blackbird-hostboot-58b845f915eae82446b564327dfc11b2c24c5624.tar.gz blackbird-hostboot-58b845f915eae82446b564327dfc11b2c24c5624.zip | |
Disable Mutex Attribute Test Cases for now
We have been seeing random fails in our CI , there is a story that
is looking into this. To avoid useless CI fails we will disable this
for now.
Change-Id: I19cb4f9ff0dffe0ede6d5d6970608f6c8e5b8067
RTC: 204720
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/72916
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
Reviewed-by: Matthew Raybuck <matthew.raybuck@ibm.com>
Reviewed-by: Matt Derksen <mderkse1@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src')
| -rw-r--r-- | src/usr/targeting/test/testtargeting.H | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/usr/targeting/test/testtargeting.H b/src/usr/targeting/test/testtargeting.H index 1e4792831..66bb940ca 100644 --- a/src/usr/targeting/test/testtargeting.H +++ b/src/usr/targeting/test/testtargeting.H @@ -154,7 +154,8 @@ class TargetingTestSuite : public CxxTest::TestSuite /** * @brief Test Hostboot specific mutex attribute support */ - void testHbRecursiveMutexAttr() + // TODO RTC: 204720 when mutex issues are resolved reable this + void _testHbRecursiveMutexAttr() { TS_TRACE(ENTER_MRK "testHbRecursiveMutexAttr" ); @@ -270,7 +271,9 @@ class TargetingTestSuite : public CxxTest::TestSuite /** * @brief Test Hostboot specific mutex attribute support */ - void testHbMutexAttr() + + // TODO RTC: 204720 when mutex issues are resolved reable this + void _testHbMutexAttr() { TS_TRACE(ENTER_MRK "testHbMutexAttr" ); |

