mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2025-01-06 11:35:32 +00:00
tests: Disable atk bridge
Otherwise this can trigger test failures. Similar to what we did in libhandy. Fixes errors like: --- G_DEBUG='gc-friendly,fatal-warnings' G_TEST_BUILDDIR='/home/purism/builds/calls/_build/tests' PYTHONDONTWRITEBYTECODE='yes' MALLOC_CHECK_='2' GSETTINGS_BACKEND='memory' G_TEST_SRCDIR='/home/purism/builds/calls/tests' /home/purism/builds/calls/_build/tests/manager --- stderr --- (/home/purism/builds/calls/_build/tests/manager:10212): dbind-WARNING **: 12:01:50.237: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files -------
This commit is contained in:
parent
ecca21b0ed
commit
c3e6a444db
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ test_env = [
|
|||
'GSETTINGS_BACKEND=memory',
|
||||
'PYTHONDONTWRITEBYTECODE=yes',
|
||||
'MALLOC_CHECK_=2',
|
||||
'NO_AT_BRIDGE=1',
|
||||
]
|
||||
|
||||
test_cflags = [
|
||||
|
|
Loading…
Reference in a new issue