gio/tests: Disable desktop-app-info test in installed mode for now

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.
This commit is contained in:
Colin Walters 2013-05-21 00:02:39 +01:00
parent 3d7fcc23c1
commit c12538a9c0

View 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; \