From 4954fff93ad353fc4dfab0ced51084dfcd6043ba Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Sun, 25 Sep 2016 18:59:43 +0200 Subject: disable the two unstable tests for now We need a replacement for waitUntilDispatcherAvailable that works with events. Using a timeout will always cause issues. Change-Id: I8893d701a5f0cf2fd497246d66b220466a000083 Reviewed-on: https://gerrit.libreoffice.org/29275 Reviewed-by: Markus Mohrhard Tested-by: Markus Mohrhard --- framework/qa/complex/XTitle/CheckXTitle.java | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'framework') diff --git a/framework/qa/complex/XTitle/CheckXTitle.java b/framework/qa/complex/XTitle/CheckXTitle.java index 994215aba32a..fce575c5101a 100644 --- a/framework/qa/complex/XTitle/CheckXTitle.java +++ b/framework/qa/complex/XTitle/CheckXTitle.java @@ -152,8 +152,10 @@ public class CheckXTitle @descr cycles through default view and print preview and asserts that the title doesn't change. + + disabled until the waitUntilDispatcherAvailable can be replaced */ - @Test public void checkTitleNumbers() throws Exception + public void checkTitleNumbers() throws Exception { PropertyValue[] lArgs = new PropertyValue[1]; @@ -203,8 +205,10 @@ public class CheckXTitle @descr sets frame title. then cycles through default and print preview. then closes the window and checks for infinite recursion. + + disabled until the waitUntilDispatcherAvailable can be replaced */ - @Test public void setTitleAndCheck() throws Exception + public void setTitleAndCheck() throws Exception { PropertyValue[] lArgs = new PropertyValue[1]; -- cgit