Skip to content
Snippets Groups Projects
Commit 1d8cbec4 authored by Nat Goodspeed's avatar Nat Goodspeed
Browse files

DRTVWR-476: LLMainThreadTask cross-thread test hangs. Skip.

parent 1f4fbc8d
No related branches found
No related tags found
No related merge requests found
......@@ -70,6 +70,7 @@ namespace tut
void object::test<2>()
{
set_test_name("cross-thread");
skip("This test is prone to build-time hangs");
std::atomic_bool result(false);
// wrapping our thread lambda in a packaged_task will catch any
// exceptions it might throw and deliver them via future
......
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