mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2025-07-26 03:55:44 +00:00
navigation: ensure totem is removed to fix upgrade test
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
699f1b708e
commit
3d84dae071
@ -25,6 +25,8 @@ sub run {
|
||||
}
|
||||
else {
|
||||
assert_script_run("dnf install -y extremetuxracer", timeout => 180);
|
||||
# make sure totem doesn't beat showtime on upgrades
|
||||
script_run("dnf -y remove totem", timeout => 180);
|
||||
}
|
||||
assert_script_run("curl -O " . autoinst_url . "/data/video.ogv", timeout => 120);
|
||||
# Put the downloaded video in the Videos folder
|
||||
|
Loading…
Reference in New Issue
Block a user