diff options
author | Xisco Fauli <xiscofauli@libreoffice.org> | 2023-06-12 16:39:03 +0200 |
---|---|---|
committer | Xisco Fauli <xiscofauli@libreoffice.org> | 2023-06-12 20:48:20 +0200 |
commit | ad97339a63929d6c63a31c60421eae8c236db529 (patch) | |
tree | 92cf52767cbe22c40228a8204f9517711bbcd6dd | |
parent | c5cde93cd4327f55fdd23e6230c2cb101192374d (diff) |
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 <xiscofauli@libreoffice.org>
-rw-r--r-- | sd/UITest_impress_tests.mk | 2 |
1 files changed, 0 insertions, 2 deletions
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: |