sc/qa/unit/functions_test.cxx |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit 00a6f0908a73a80fb0521e1f4cdc99647e43c126
Author: Michael Stahl <mst...@redhat.com>
Date:   Fri Feb 2 14:13:35 2018 +0100

    sc: disable "forecast.ets.add.fods" test file on Macs
    
    This sometimes fails, since months, and nobody has fixed it.
    Let's improve the reliability of CI a bit.
    
    Change-Id: Ic4d2e085151855d35804f8ed6ebca04366815c0b
    Reviewed-on: https://gerrit.libreoffice.org/49144
    Reviewed-by: Eike Rathke <er...@redhat.com>
    Tested-by: Jenkins <c...@libreoffice.org>

diff --git a/sc/qa/unit/functions_test.cxx b/sc/qa/unit/functions_test.cxx
index 16e0a530a5e5..1a48c03432d9 100644
--- a/sc/qa/unit/functions_test.cxx
+++ b/sc/qa/unit/functions_test.cxx
@@ -40,6 +40,10 @@ bool FunctionsTest::load(const OUString& rFilter, const 
OUString& rURL,
 
     ScDocument& rDoc = xDocShRef->GetDocument();
 
+#ifdef __APPLE__
+// FIXME tends to fail a lot
+if (!rURL.endsWith("forecast.ets.add.fods"))
+#endif
     CPPUNIT_ASSERT_DOUBLES_EQUAL(1.0, rDoc.GetValue(1, 2, 0), 1e-14);
 
     xDocShRef->DoClose();
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to