summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-11-29 17:18:38 +0100
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-11-29 17:25:14 +0100
commitf275b22a2013a4949ec3b137b8d5339471eba904 (patch)
treee36d0d8c98fd3c48d19ba227aa523906d706c3e0 /sd
parent80f27b43e1df90fa9d5d37774a5870388ccdf3e8 (diff)
disable sd filters test for now
- it seems to have incomplete dependencies - it hangs the tinderboxes on a build from scratch
Diffstat (limited to 'sd')
-rw-r--r--sd/Module_sd.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/sd/Module_sd.mk b/sd/Module_sd.mk
index 796deb5b2c9c..4fd3a9542fc1 100644
--- a/sd/Module_sd.mk
+++ b/sd/Module_sd.mk
@@ -43,8 +43,10 @@ $(eval $(call gb_Module_add_targets,sd,\
ifneq ($(OS),DRAGONFLY)
$(eval $(call gb_Module_add_check_targets,sd,\
CppunitTest_sd_uimpress \
- CppunitTest_sd_filters_test \
))
+# disabled for now, seems to have incomplete deps and hangs on a build from scratch
+# CppunitTest_sd_filters_test \
+
endif