diff options
Diffstat (limited to 'indra')
-rw-r--r-- | indra/test/io.cpp | 2 |
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; |