Skip to content

Commit

Permalink
fix(mueller): disable all session-based tests
Browse files Browse the repository at this point in the history
They're slow and don't help
  • Loading branch information
themightychris committed Oct 18, 2022
1 parent c8301fd commit fb32d3f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions php-config/Emergence/Mueller/Investigator.config.d/laddr.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

Investigator::$tests['email-invalid'] = false;
Investigator::$tests['ip-whitelist'] = false;
Investigator::$tests['ip-blacklist'] = false;
Investigator::$tests['session-multiple'] = false;

Investigator::$tests['has-about-url'] = [
'points' => -100,
Expand Down

0 comments on commit fb32d3f

Please sign in to comment.