aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2016-12-16 00:11:27 +0530
committerNirbheek Chauhan <nirbheek@centricular.com>2016-12-16 00:11:27 +0530
commitff8cdf86f4a36290156424bfeb5efbde788a5953 (patch)
tree1096c8b60cc47a555c16da790101e1e789bacede
parent5e5b3f00d8485949634b4411d8304cc467ad8fc7 (diff)
downloadmeson-ff8cdf86f4a36290156424bfeb5efbde788a5953.zip
meson-ff8cdf86f4a36290156424bfeb5efbde788a5953.tar.gz
meson-ff8cdf86f4a36290156424bfeb5efbde788a5953.tar.bz2
tests/vala/14: Disable running of GTK+ test
There's no X on the Travis CI, so disable this for now.
-rw-r--r--test cases/vala/14 target glib version and gresources/meson.build3
1 files changed, 2 insertions, 1 deletions
diff --git a/test cases/vala/14 target glib version and gresources/meson.build b/test cases/vala/14 target glib version and gresources/meson.build
index ce6313a..dee2627 100644
--- a/test cases/vala/14 target glib version and gresources/meson.build
+++ b/test cases/vala/14 target glib version and gresources/meson.build
@@ -8,4 +8,5 @@ gtk = dependency('gtk+-3.0')
subdir('gres')
e = executable('gtktemplate', 'test.vala', res, dependencies : [glib, gtk])
-test('test-target-glib', e)
+# No X on the CI, so disable this for now
+#test('test-target-glib', e)