summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2023-10-02 14:20:13 -0400
committerNat Goodspeed <nat@lindenlab.com>2023-10-02 14:20:13 -0400
commit285bb44d4cc7e47be474d431d65014ad4e41892b (patch)
treeb5a1c2043759b998a2d01c5e3c1572ae8d388d06 /indra
parentbd20c548dd02778a2c7a6c318e2b8df6b2fc36c3 (diff)
DRTVWR-589: Give up on strongly timing-dependent LLIOPipe test.
Diffstat (limited to 'indra')
-rw-r--r--indra/test/io.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/test/io.cpp b/indra/test/io.cpp
index 25260c3f07..027db50693 100644
--- a/indra/test/io.cpp
+++ b/indra/test/io.cpp
@@ -1117,6 +1117,8 @@ namespace tut
template<> template<>
void fitness_test_object::test<5>()
{
+ skip("Test is strongly timing dependent, "
+ "and on slow CI machines it fails way too often.");
const int retries = 100;
// Set up the server
LLPumpIO::chain_t chain;