sd/UITest_impress_tests.mk | 2 --
1 file changed, 2 deletions(-)
New commits:
commit ad97339a63929d6c63a31c60421eae8c236db529
Author: Xisco Fauli <[email protected]>
AuthorDate: Mon Jun 12 16:39:03 2023 +0200
Commit: Xisco Fauli <[email protected]>
CommitDate: Mon Jun 12 20:48:20 2023 +0200
tdf#154451 UITest_impress_tests: do not use oneprocess mode for now
Jenkins started to fail more frequently after
18cab645488184f1d861fb4e67aebb383f6e3779
"tdf#154451 UITest_impress_tests{,2}: enable oneprocess mode"
Let's see wether this improve the situation
Change-Id: I4983cb8bb90808287e1c32d70e73ff2defbbcc0b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152903
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <[email protected]>
diff --git a/sd/UITest_impress_tests.mk b/sd/UITest_impress_tests.mk
index bea78795112f..e1f6c47ff2c7 100644
--- a/sd/UITest_impress_tests.mk
+++ b/sd/UITest_impress_tests.mk
@@ -15,6 +15,4 @@ $(eval $(call gb_UITest_set_defs,impress_tests, \
TDOC="$(SRCDIR)/sd/qa/uitest/data" \
))
-$(eval $(call gb_UITest_use_oneprocess,impress_tests))
-
# vim: set noet sw=4 ts=4: