summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Stahl <michael.stahl@allotropia.de>2022-05-12 18:07:33 +0200
committerMichael Stahl <michael.stahl@allotropia.de>2022-05-12 18:09:33 +0200
commit791c40d8e64b0dad9e9329184bc9b4bdfcef827c (patch)
tree1d011aa23087d8144213b7c03c19ef68fda5f76c
parentofficecfg,stoc: allow running JVM UNO components out-of-process (diff)
downloadcore-791c40d8e64b0dad9e9329184bc9b4bdfcef827c.tar.gz
core-791c40d8e64b0dad9e9329184bc9b4bdfcef827c.zip
vcl: disable timer test (never succeeded for me on Linux)
Change-Id: I6f696641a19bec3df792bd27f8c2fe0a7024c6c6
-rw-r--r--vcl/Module_vcl.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/Module_vcl.mk b/vcl/Module_vcl.mk
index 5ea0e5ae125d..736ede5d8002 100644
--- a/vcl/Module_vcl.mk
+++ b/vcl/Module_vcl.mk
@@ -219,7 +219,7 @@ $(eval $(call gb_Module_add_check_targets,vcl,\
endif
ifeq ($(USING_X11),TRUE)
-$(eval $(call gb_Module_add_check_targets,vcl,\
+#$(eval $(call gb_Module_add_check_targets,vcl,\
CppunitTest_vcl_timer \
))
endif