Skip to content

Commit fb32d3f

Browse files
fix(mueller): disable all session-based tests
They're slow and don't help
1 parent c8301fd commit fb32d3f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • php-config/Emergence/Mueller/Investigator.config.d

php-config/Emergence/Mueller/Investigator.config.d/laddr.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88

99
Investigator::$tests['email-invalid'] = false;
1010
Investigator::$tests['ip-whitelist'] = false;
11+
Investigator::$tests['ip-blacklist'] = false;
12+
Investigator::$tests['session-multiple'] = false;
1113

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

0 commit comments

Comments
 (0)