[gtk/wip/matthiasc/can-focus: 40/42] Disable focus-chain test that depends on the environment
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/wip/matthiasc/can-focus: 40/42] Disable focus-chain test that depends on the environment
- Date: Thu, 9 Apr 2020 04:46:04 +0000 (UTC)
commit 7e4130464b87ae9337442cb5b02ca88f5ce85bcc
Author: Matthias Clasen <mclasen redhat com>
Date: Wed Apr 8 23:22:13 2020 -0400
Disable focus-chain test that depends on the environment
The color editor shows a color picker button only if it
finds a suitable implementation, which it does not in ci.
So disable the focus-chain test for page 3.
testsuite/gtk/meson.build | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/testsuite/gtk/meson.build b/testsuite/gtk/meson.build
index 6855937b85..b7440b5529 100644
--- a/testsuite/gtk/meson.build
+++ b/testsuite/gtk/meson.build
@@ -172,8 +172,10 @@ focus_chain_tests = [
[ 'widget-factory', 'right' ],
[ 'widget-factory2', 'tab' ],
[ 'widget-factory2', 'tab-backward' ],
- [ 'widget-factory3', 'tab' ],
- [ 'widget-factory3', 'tab-backward' ],
+ # in ci, we don't show a color picker, so the focus chain
+ # for page3 is missing an expected button in the color editor
+ #[ 'widget-factory3', 'tab' ],
+ #[ 'widget-factory3', 'tab-backward' ],
]
focus_chain = executable(
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]