Actions
action #119785
closed[qe-core][leap15.4]test fails in gnucash due to "guest disabled display" [sporadic failure]
Status:
Rejected
Priority:
Normal
Assignee:
-
Category:
Bugs in existing tests
Target version:
Start date:
2022-11-03
Due date:
% Done:
0%
Estimated time:
Difficulty:
Tags:
Description
Observation¶
openQA test in scenario opensuse-15.4-DVD-Updates-x86_64-extra_tests_gnome@64bit fails in
gnucash
Test suite description¶
Maintainer: QE Core, asmorodskyi. Extra tests which were designed to run on gnome
Reproducible¶
Fails since (at least) Build 20221021-5
Expected result¶
Last good: 20221021-4 (or more recent)
Further details¶
Always latest result in this scenario: latest
Updated by rfan1 about 2 years ago
We may need add a new needle to match guest-disabled-display
if (match_has_tag('guest-disabled-display')) {
wait_screen_change(sub {
send_key 'shift';
}, 10);
record_info('Guest disabled display', 'Might be consequence of bsc#1168979');
}
Updated by rfan1 about 2 years ago
- Subject changed from [qe-core][leap15.4]test fails in gnucash due to "guest disabled display" to [qe-core][leap15.4]test fails in gnucash due to "guest disabled display" [sporadic failure]
Updated by rfan1 about 2 years ago
- Status changed from New to Rejected
The issue is fixed via https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/15831
Actions