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

File tree

1 file changed

+2
-0
lines changed
  • php-config/Emergence/Mueller/Investigator.config.d

1 file changed

+2
-0
lines changed

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)