From 5650bb841ab6269a678d3f238f46af557be2abef Mon Sep 17 00:00:00 2001
From: Rye Mutt <rye@alchemyviewer.org>
Date: Wed, 21 Oct 2020 01:51:15 -0400
Subject: [PATCH] Disable extremely sketchy test for some even sketchier code
 functionality.

---
 indra/llcommon/tests/llmainthreadtask_test.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/indra/llcommon/tests/llmainthreadtask_test.cpp b/indra/llcommon/tests/llmainthreadtask_test.cpp
index e75a80ef77e..563759cc6bc 100644
--- a/indra/llcommon/tests/llmainthreadtask_test.cpp
+++ b/indra/llcommon/tests/llmainthreadtask_test.cpp
@@ -70,7 +70,7 @@ namespace tut
     void object::test<2>()
     {
         set_test_name("cross-thread");
-        //skip("This test is prone to build-time hangs");
+        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
-- 
GitLab