[gnome-control-center/wip/benzea/fix-nm-test] tests: Disable ATK as it is currently creating issues
- From: Benjamin Berg <bberg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center/wip/benzea/fix-nm-test] tests: Disable ATK as it is currently creating issues
- Date: Fri, 7 Dec 2018 14:49:51 +0000 (UTC)
commit 3cbe926f4695e51ebf592f88fd1e704d384f2766
Author: Benjamin Berg <bberg redhat com>
Date: Fri Dec 7 15:39:07 2018 +0100
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(-)
---
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(
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]