Diff

.busted @ 9964:f299d4917dd8

util.hashes: Add test vectors from RFC 6070 for PBKDF2 (aka SCRAM Hi()) Number 4 is disabled by default beacuse of how long time it takes
author Kim Alvefur <zash@zash.se>
date Fri, 19 Apr 2019 14:12:28 +0200
parent 9452:9d892b2415bf
line wrap: on
line diff
--- a/.busted	Fri Apr 19 13:21:00 2019 +0200
+++ b/.busted	Fri Apr 19 14:12:28 2019 +0200
@@ -2,7 +2,7 @@
   _all = {
   },
   default = {
-    ["exclude-tags"] = "mod_bosh,storage";
+    ["exclude-tags"] = "mod_bosh,storage,SLOW";
   };
   bosh = {
     tags = "mod_bosh";