dbaccess/UITest_query.mk | 2 --
1 file changed, 2 deletions(-)
New commits:
commit cde05c47ebca32cf34ce35b50f83d395c12a1cb3
Author: Neil Roberts <[email protected]>
AuthorDate: Wed Nov 26 11:07:16 2025 +0100
Commit: Neil Roberts <[email protected]>
CommitDate: Wed Nov 26 17:53:32 2025 +0100
Revert "UITest/query: Run without --oneprocess"
This reverts commit b685c7d9266011e1966a8f3db616939eda7ef412.
It looks removing --oneprocess didn’t help in the end. I haven’t seen
the test fail since the commit below so hopefully we can assume the
problem is fixed:
commit 9b004694bbcd36d2c3bf4fc8e15a459fa95f4b58
Author: Neil Roberts <[email protected]>
Date: Sun Nov 23 00:52:19 2025 +0100
dbaccess/uitest: Wait for idle after selecting view mode
Change-Id: Iab7f20798d988ba9bb2e50f8ae5f46e135d5f3ab
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/194617
Tested-by: Jenkins
Code-Style: Neil Roberts <[email protected]>
Reviewed-by: Neil Roberts <[email protected]>
diff --git a/dbaccess/UITest_query.mk b/dbaccess/UITest_query.mk
index 3d446dfc2cf7..49a0ece17ce1 100644
--- a/dbaccess/UITest_query.mk
+++ b/dbaccess/UITest_query.mk
@@ -17,6 +17,4 @@ $(eval $(call gb_UITest_set_defs,query, \
TDOC="$(SRCDIR)/dbaccess/qa/uitest/data" \
))
-$(eval $(call gb_UITest_avoid_oneprocess,query))
-
# vim: set noet sw=4 ts=4: