1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2025-08-24 08:05:50 +00:00

Revert "Run desktop_login test on updates"

This reverts commit 6b734bd9fa. It
seems the test still fails at a later stage due to issues with
the lock screen, even though I was sure it passed on staging. Gr.
This commit is contained in:
Adam Williamson 2025-07-29 23:35:36 -07:00
parent 6b734bd9fa
commit 0b58c35eb6
4 changed files with 2 additions and 31 deletions

View File

@ -1,23 +0,0 @@
{
"area": [
{
"xpos": 471,
"height": 59,
"type": "match",
"width": 79,
"ypos": 314
},
{
"xpos": 211,
"type": "match",
"width": 15,
"ypos": 633,
"height": 16
}
],
"properties": [],
"tags": [
"DESKTOP-kde",
"getting_started"
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 445 KiB

View File

@ -319,11 +319,6 @@
"fedora-updates-workstation-x86_64-*-64bit": 5
}
},
"desktop_login": {
"profile_groups": {
"updates-desktops": 5
}
},
"desktop_printing": {
"profile_groups": {
"updates-desktops": 5

View File

@ -347,9 +347,8 @@ sub run {
# we kept open should be there
check_user_logged_in(user => "jack", termopen => 1);
}
# Power off the machine (unless this is an update test - we need to
# run post steps in that case)
power_off() unless (get_var("ADVISORY_OR_TASK"));
# Power off the machine
power_off();
}
sub test_flags {