Skip to content
Snippets Groups Projects
Commit 0dab5c1e authored by Georges Basile Stavracas Neto's avatar Georges Basile Stavracas Neto
Browse files

tests: Disable GTK accessibility

So that tests can run without the warning.
parent 073615fa
Branches
Tags
No related merge requests found
......@@ -22,7 +22,8 @@ envs = [
'BUILDDIR=' + meson.current_build_dir(),
'TOP_BUILDDIR=' + meson.build_root(),
# Disable ATK, this should not be required but it caused CI failures -- 2018-12-07
'NO_AT_BRIDGE=1'
'NO_AT_BRIDGE=1',
'GTK_A11Y=none',
]
test(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment