Drop the installed test for now

It fails in ci, and I have no idea why.
This commit is contained in:
Matthias Clasen 2021-02-04 01:05:40 -05:00
parent 0a0a059397
commit d5838f14f9
2 changed files with 0 additions and 12 deletions

View File

@ -75,14 +75,6 @@ if get_option('install-tests')
configuration: conf,
install_dir: testdatadir,
)
conf = configuration_data()
conf.set('libexecdir', gtk_libexecdir)
configure_file(input: 'transition.test.in',
output: 'transition.test',
configuration: conf,
install_dir: testdatadir,
)
endif
if false and get_option ('profiler')

View File

@ -1,4 +0,0 @@
[Test]
Exec=/bin/sh -c "env G_ENABLE_DIAGNOSTIC=0 GTK_A11Y=test @libexecdir@/installed-tests/gtk-4.0/css/transition --tap -k"
Type=session
Output=TAP