office-gobmx/sw/UITest_sw_navigator.mk
Xisco Fauli 0a0c5a5b05 UITest_sw_navigator: avoid oneprocess
This is just a test to see whether this is reason why
UITest_sw_navigator is failing some much recently.
if it's not the case, I'll revert this patch later on

This patch reverts
- 1775b0c25a "disable unreliable navigator UITest"
- f2ba17fecb "disable more flakey
  navigator UITest"
- 2e49ec0eaa "disable more flakey
  navigator UITest"
- d097856913 "disable more flakey
  navigator test"
- 6347dcbd3a "disable more unreliable navigator UITest"

Change-Id: I6e3dde9ad412b0769edee551f7e0ee026586bf8b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158184
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2023-10-19 18:31:27 +02:00

20 lines
570 B
Makefile

# This file is part of the LibreOffice project.
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
$(eval $(call gb_UITest_UITest,sw_navigator))
$(eval $(call gb_UITest_add_modules,sw_navigator,$(SRCDIR)/sw/qa/uitest,\
navigator/ \
))
$(eval $(call gb_UITest_set_defs,sw_navigator, \
TDOC="$(SRCDIR)/sw/qa/uitest/data" \
))
$(eval $(call gb_UITest_avoid_oneprocess,sw_navigator))
# vim: set noet sw=4 ts=4: