Skip to content
Snippets Groups Projects
Commit 14aa1fc8 authored by Janik Zikovsky's avatar Janik Zikovsky
Browse files

Refs #2501: Disabled a test that uses timing and therefore is unreliable.

parent 31e58da9
No related branches found
No related tags found
No related merge requests found
......@@ -295,8 +295,9 @@ public:
//=======================================================================================
/** Start a threadpool before adding tasks */
void test_start_and_wait()
/** Start a threadpool before adding tasks
* DISABLED because the timing issues make it somewhat unreliable under heavy loads. */
void xtest_start_and_wait()
{
ThreadPool p; // Makes a default scheduler
threadpooltest_check = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment