Skip to content

Commit

Permalink
Merge pull request #15289 from paolostivanin/fix_ccatsec
Browse files Browse the repository at this point in the history
Add back org.freedesktop.login1
  • Loading branch information
paolostivanin committed Jul 28, 2022
2 parents 1217a95 + 62dad58 commit cbf1680
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/security/atsec/dbus_fuzzer.pm
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,6 @@ sub run {
# Skip the DBus has been tested. Some DBus names are in 'session bus' and 'system bus'.
next if $test_result{$dbus};

if ($dbus eq 'org.freedesktop.login1') {
record_soft_failure('poo#110071 - We do NOT test org.freedesktop.login1 due to poo#110071');
$test_result{$dbus} = 'softfail';
next;
}

$test_result{$dbus} = 'PASS';
script_run("./dfuzzer -v -n $dbus > $log_file 2>&1", timeout => 300);

Expand Down

0 comments on commit cbf1680

Please sign in to comment.