tests: Disable ATK as it is currently creating issues
This commit is contained in:
parent
69c1f2242f
commit
3cbe926f46
2 changed files with 6 additions and 2 deletions
|
@ -9,7 +9,9 @@ includes = [top_inc, include_directories('../../panels/datetime')]
|
||||||
env = [
|
env = [
|
||||||
'G_MESSAGES_DEBUG=all',
|
'G_MESSAGES_DEBUG=all',
|
||||||
'BUILDDIR=' + meson.current_build_dir(),
|
'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 = [
|
cflags = [
|
||||||
'-DTEST_SRCDIR="@0@"'.format(meson.current_source_dir()),
|
'-DTEST_SRCDIR="@0@"'.format(meson.current_source_dir()),
|
||||||
|
|
|
@ -20,7 +20,9 @@ exe = executable(
|
||||||
envs = [
|
envs = [
|
||||||
'G_MESSAGES_DEBUG=all',
|
'G_MESSAGES_DEBUG=all',
|
||||||
'BUILDDIR=' + meson.current_build_dir(),
|
'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(
|
test(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue