gio/tests: Disable desktop-app-info test in installed mode for now
authorColin Walters <walters@verbum.org>
Mon, 20 May 2013 23:02:39 +0000 (00:02 +0100)
committerColin Walters <walters@verbum.org>
Mon, 20 May 2013 23:02:39 +0000 (00:02 +0100)
It wants a writable copy of the applications, and appears to
depend on a prior execution of "mimeapps".  This will take
a bit of work to untangle.

gio/tests/Makefile.am

index 4525f69..6838e3d 100644 (file)
@@ -521,7 +521,8 @@ testdatadir = $(insttestdir)
 testdata_DATA = $(test_files)
 
 testmetadir = $(datadir)/installed-tests/$(PACKAGE)
-testmeta_DATA = $(test_progs:=.test)
+xfail_tests = desktop-app-info.test
+testmeta_DATA = $(filter-out $(xfail_tests),$(test_progs:=.test))
 
 %.test: % Makefile
        $(AM_V_GEN) (echo '[Test]' > $@.tmp; \