summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenry Castro <hcastro@collabora.com>2018-05-31 21:54:42 -0400
committerHenry Castro <hcastro@collabora.com>2018-05-31 22:01:51 -0400
commit25d6789e0e7949fa2e7441eeeb0f6e9cf701dbed (patch)
tree491d7bdab3e51e056515df8e324577d57fd55d08
parent7e428cac54c0a10aa7885923b836562e8fa82235 (diff)
sc: disable test that fails on Windows
reference "Daily Screenshot Build on Windows - Build # 410 - Failure!" https://ci.libreoffice.org/job/lo_tb_master_win_screenshot/410/ Change-Id: I4fe6b46e7c2a7a1904ffb86dd68d689f7ada9def
-rw-r--r--sc/qa/unit/screenshots/screenshots.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/qa/unit/screenshots/screenshots.cxx b/sc/qa/unit/screenshots/screenshots.cxx
index a758ef0369ba..b04d49b43fe3 100644
--- a/sc/qa/unit/screenshots/screenshots.cxx
+++ b/sc/qa/unit/screenshots/screenshots.cxx
@@ -77,7 +77,6 @@ public:
CPPUNIT_TEST_SUITE(ScScreenshotTest);
CPPUNIT_TEST(testOpeningModalDialogs);
- CPPUNIT_TEST(testMultiViewCopyPaste);
CPPUNIT_TEST_SUITE_END();
};