From 1d8cbec4c8b6fdc09a2772c4bc98732927323570 Mon Sep 17 00:00:00 2001 From: Nat Goodspeed Date: Wed, 27 May 2020 12:44:18 -0400 Subject: DRTVWR-476: LLMainThreadTask cross-thread test hangs. Skip. --- indra/llcommon/tests/llmainthreadtask_test.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/indra/llcommon/tests/llmainthreadtask_test.cpp b/indra/llcommon/tests/llmainthreadtask_test.cpp index d1f455b008..69b11ccafb 100644 --- a/indra/llcommon/tests/llmainthreadtask_test.cpp +++ b/indra/llcommon/tests/llmainthreadtask_test.cpp @@ -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 -- cgit v1.2.3