mirror of
https://github.com/rocky-linux/os-autoinst-distri-rocky.git
synced 2024-11-12 08:21:56 +00:00
Prevent the Konqueror test from running on F32 and later.
This commit is contained in:
parent
a54f020118
commit
00b756f0e2
@ -7,7 +7,8 @@ use utils;
|
||||
|
||||
sub run {
|
||||
my $self = shift;
|
||||
|
||||
my $version = get_var("VERSION");
|
||||
if ($version < 32) || ($version ne "Rawhide") {
|
||||
# Start the application
|
||||
menu_launch_type 'konqueror';
|
||||
# Check that it is started
|
||||
@ -15,6 +16,7 @@ sub run {
|
||||
# Close the application
|
||||
quit_with_shortcut();
|
||||
}
|
||||
}
|
||||
|
||||
sub test_flags {
|
||||
return {always_rollback => 1};
|
||||
|
Loading…
Reference in New Issue
Block a user