Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
gnome-control-center
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GNOME
gnome-control-center
Commits
0dab5c1e
Commit
0dab5c1e
authored
Feb 14, 2023
by
Georges Basile Stavracas Neto
Browse files
Options
Downloads
Patches
Plain Diff
tests: Disable GTK accessibility
So that tests can run without the warning.
parent
073615fa
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/network/meson.build
+2
-1
2 additions, 1 deletion
tests/network/meson.build
with
2 additions
and
1 deletion
tests/network/meson.build
+
2
−
1
View file @
0dab5c1e
...
...
@@ -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
(
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment