From bfa9bad7c100e2f6cdbd8e42367fa515df5470d4 Mon Sep 17 00:00:00 2001 From: Travis Reitter Date: Mon, 26 Aug 2013 18:13:15 -0700 Subject: [PATCH] Temporarily disable the Tracker tests, as they're currently broken --- tests/Makefile.am | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index 10c0f56..10bd5e3 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -19,12 +19,6 @@ if ENABLE_EDS SUBDIRS += eds endif -# XXX: keep Tracker at the end, since it's the most likely to fail (in ways we -# can't easily control) -if ENABLE_TRACKER -SUBDIRS += tracker -endif - DIST_SUBDIRS = \ data \ lib \ -- 2.7.4