Skip to content

Commit

Permalink
Merge pull request #1415 from okurz/feature/installation_remaining_ti…
Browse files Browse the repository at this point in the history
…me_calc_wrong

Record softfail on presence of bsc#982138
  • Loading branch information
Soulofdestiny committed Jun 7, 2016
2 parents 0057865 + cceb339 commit 47c65d9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/installation/start_install.pm
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ sub run() {
last if check_screen 'installation-details-view', 5;
}
assert_screen 'installation-details-view';
if (check_screen('installation-details-view-remaining-time-gt2h', 5)) {
record_soft_failure 'bsc#982138: Remaining time estimation during installation shows >2h most of the time';
}
if (get_var("DVD") && !get_var("NOIMAGES")) {
if (check_var('DESKTOP', 'kde')) {
assert_screen 'kde-imagesused', 500;
Expand Down

0 comments on commit 47c65d9

Please sign in to comment.