[Libreoffice-commits] core.git: sc/qa
Stephan Bergmann
sbergman at redhat.com
Thu Nov 9 11:38:57 UTC 2017
sc/qa/extras/sctablesheetobj.cxx | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
New commits:
commit 89bbb27ebb5ece4d42d5df09083db2142018ed8e
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Thu Nov 9 12:36:43 2017 +0100
Temporarily disable test that takes too long
> sc_apitest::ScTableSheetObj::testCreateFilterDescriptorByObject finished in: 1823012ms
in my --enable-dbgutil build. (Having to adjust NUMBER_OF_TESTS here appears to
be a rather brittle design, btw.)
Change-Id: I48499a0490db86c58ef2b819b64f545be0c1f5b2
diff --git a/sc/qa/extras/sctablesheetobj.cxx b/sc/qa/extras/sctablesheetobj.cxx
index a1f836e7091a..11c49feca4e2 100644
--- a/sc/qa/extras/sctablesheetobj.cxx
+++ b/sc/qa/extras/sctablesheetobj.cxx
@@ -31,7 +31,7 @@ using namespace css::uno;
namespace sc_apitest
{
-#define NUMBER_OF_TESTS 24
+#define NUMBER_OF_TESTS 23
class ScTableSheetObj : public CalcUnoApiTest, public apitest::XCellSeries,
public apitest::XPrintAreas,
@@ -85,7 +85,9 @@ public:
CPPUNIT_TEST(testFilter);
// XSheetFilterableEx
+#if 0 // temporarily disabled, takes too long
CPPUNIT_TEST(testCreateFilterDescriptorByObject);
+#endif
// XSheetLinkable
CPPUNIT_TEST(testSheetLinkable);
More information about the Libreoffice-commits
mailing list