Skip to content

Commit

Permalink
dstat: Remove bsc#1085238 soft fail
Browse files Browse the repository at this point in the history
  • Loading branch information
cedvid committed Jan 21, 2025
1 parent 0e3af71 commit c08d9ba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/console/dstat.pm
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ sub run {

assert_script_run('dstat --helloworld 1 5');
assert_screen 'dstat-hello-world';
if (match_has_tag("12-sp3-bsc1085238")) {
record_info("bsc#1085238", "bsc#1085238 - 12sp3 dstat counts to 6 instead of 5");
}
clear_console;

assert_script_run('dstat --nocolor 1 2');
Expand Down

0 comments on commit c08d9ba

Please sign in to comment.