tests/vala/14: Disable running of GTK+ test

There's no X on the Travis CI, so disable this for now.
pull/1194/head
Nirbheek Chauhan 8 years ago
parent 5e5b3f00d8
commit ff8cdf86f4
  1. 3
      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)

Loading…
Cancel
Save