From 3cbe926f4695e51ebf592f88fd1e704d384f2766 Mon Sep 17 00:00:00 2001 From: Benjamin Berg Date: Fri, 7 Dec 2018 15:39:07 +0100 Subject: tests: Disable ATK as it is currently creating issues --- tests/datetime/meson.build | 4 +++- tests/network/meson.build | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/datetime/meson.build b/tests/datetime/meson.build index 9c2eca5e7..3e7a37851 100644 --- a/tests/datetime/meson.build +++ b/tests/datetime/meson.build @@ -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()), diff --git a/tests/network/meson.build b/tests/network/meson.build index 81068920c..75cc25c19 100644 --- a/tests/network/meson.build +++ b/tests/network/meson.build @@ -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( -- cgit v1.2.1