summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBenjamin Berg <bberg@redhat.com>2018-12-07 15:39:07 +0100
committerBenjamin Berg <bberg@redhat.com>2018-12-07 15:49:13 +0100
commit3cbe926f4695e51ebf592f88fd1e704d384f2766 (patch)
treec711f5d5d081c2de6aaeead88783552d3f16f208 /tests
parent69c1f2242f97c075515badf418c470bee46cbb00 (diff)
downloadgnome-control-center-3cbe926f4695e51ebf592f88fd1e704d384f2766.tar.gz
tests: Disable ATK as it is currently creating issues
Diffstat (limited to 'tests')
-rw-r--r--tests/datetime/meson.build4
-rw-r--r--tests/network/meson.build4
2 files changed, 6 insertions, 2 deletions
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(