tests: Disable ATK as it is currently creating issues

This commit is contained in:
Benjamin Berg 2018-12-07 15:39:07 +01:00
parent 69c1f2242f
commit 3cbe926f46
2 changed files with 6 additions and 2 deletions

View file

@ -9,7 +9,9 @@ includes = [top_inc, include_directories('../../panels/datetime')]
env = [
'G_MESSAGES_DEBUG=all',
'BUILDDIR=' + meson.current_build_dir(),
'TOP_BUILDDIR=' + meson.build_root()
'TOP_BUILDDIR=' + meson.build_root(),
# Disable ATK, this should not be required but it caused CI failures -- 2018-12-07
'NO_AT_BRIDGE=1'
]
cflags = [
'-DTEST_SRCDIR="@0@"'.format(meson.current_source_dir()),

View file

@ -20,7 +20,9 @@ exe = executable(
envs = [
'G_MESSAGES_DEBUG=all',
'BUILDDIR=' + meson.current_build_dir(),
'TOP_BUILDDIR=' + meson.build_root()
'TOP_BUILDDIR=' + meson.build_root(),
# Disable ATK, this should not be required but it caused CI failures -- 2018-12-07
'NO_AT_BRIDGE=1'
]
test(