summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2018-02-05 16:53:03 +0100
committerCaolán McNamara <caolanm@redhat.com>2018-02-07 13:30:54 +0100
commit315f452229ab8c0eb1c8a5964ed7108c877d6f13 (patch)
treedc4fed3e15de133a4ab7577a399404aa5ac48cd7
parentf00070deee9ff550d6ee370eae1402af71928265 (diff)
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 b2a053160c4c8eb0acd66b74c52dbda23a654bda) Reviewed-on: https://gerrit.libreoffice.org/49288 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
-rw-r--r--sw/qa/extras/ww8export/ww8export.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/qa/extras/ww8export/ww8export.cxx b/sw/qa/extras/ww8export/ww8export.cxx
index 825ba6be7cf0..bcbaad089c59 100644
--- a/sw/qa/extras/ww8export/ww8export.cxx
+++ b/sw/qa/extras/ww8export/ww8export.cxx
@@ -1295,7 +1295,7 @@ DECLARE_WW8EXPORT_TEST(testCommentExport, "comment-export.odt")
}
}
-#if !defined(MACOSX)
+#if !defined(MACOSX) && !defined(_WIN32)
#if !TEST_FONTS_MISSING
DECLARE_WW8EXPORT_TEST(testTableKeep, "tdf91083.odt")
{