Kaydet (Commit) b2a05316 authored tarafından Michael Stahl's avatar Michael Stahl

sw: disable testTableKeep on WNT

Fails from time to time, like so:
https://tinderbox.libreoffice.org/cgi-bin/gunzip.cgi?tree=MASTER&brief-log=1517842001.29090#err2

Change-Id: Ia33193fbfa05da58d31bcc5008beea32c1feb2fe
üst 49696161
...@@ -1293,7 +1293,7 @@ DECLARE_WW8EXPORT_TEST(testCommentExport, "comment-export.odt") ...@@ -1293,7 +1293,7 @@ DECLARE_WW8EXPORT_TEST(testCommentExport, "comment-export.odt")
} }
} }
#if !defined(MACOSX) #if !defined(MACOSX) && !defined(_WIN32)
#if !TEST_FONTS_MISSING #if !TEST_FONTS_MISSING
DECLARE_WW8EXPORT_TEST(testTableKeep, "tdf91083.odt") DECLARE_WW8EXPORT_TEST(testTableKeep, "tdf91083.odt")
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment