Skip to content

Commit

Permalink
Disable AlgorithmManagerTest extreme drop case. Refs #6112
Browse files Browse the repository at this point in the history
  • Loading branch information
martyngigg committed Nov 10, 2012
1 parent 5240026 commit 7610739
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions Code/Mantid/Framework/API/test/AlgorithmManagerTest.h
Original file line number Diff line number Diff line change
Expand Up @@ -305,9 +305,14 @@ class AlgorithmManagerTest : public CxxTest::TestSuite
res3.wait();
}

/** Extreme case where your queue fills up and all algos are running */
void testDroppingOldOnes_extremeCase()
/**
* Disabled due to random failures that cannot be pinned down and are most likely timing issues.
* This test has never failed legitimately and only serves to cause confusion when it fails
* due to completely unrelated changes.
*/
void xtestDroppingOldOnes_extremeCase()
{
/** Extreme case where your queue fills up and all algos are running */
AlgorithmManager::Instance().clear();
std::vector<Poco::ActiveResult<bool>> results;
std::vector<IAlgorithm_sptr> algs;
Expand Down

0 comments on commit 7610739

Please sign in to comment.