summaryrefslogtreecommitdiff
path: root/sc/qa
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2018-02-02 14:13:35 +0100
committerCaolán McNamara <caolanm@redhat.com>2018-02-03 10:31:35 +0100
commitbb2620ffa5a3128727ff84e1ff1953745ad6743b (patch)
tree832566673f25e8397750488647dcd8976183ec0c /sc/qa
parent9cb52bfaa3e11814c1502728ebae66867bc724ac (diff)
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 <erack@redhat.com> Tested-by: Jenkins <ci@libreoffice.org> (cherry picked from commit 00a6f0908a73a80fb0521e1f4cdc99647e43c126) Reviewed-on: https://gerrit.libreoffice.org/49155 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sc/qa')
-rw-r--r--sc/qa/unit/functions_test.cxx4
1 files changed, 4 insertions, 0 deletions
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();