Kaydet (Commit) 5e2680eb authored tarafından Michael Stahl's avatar Michael Stahl Kaydeden (comit) Caolán McNamara

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
(cherry picked from commit b2a05316)
Reviewed-on: https://gerrit.libreoffice.org/49289Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
üst 01f19aba
...@@ -1273,7 +1273,7 @@ DECLARE_WW8EXPORT_TEST(testCommentExport, "comment-export.odt") ...@@ -1273,7 +1273,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