aboutsummaryrefslogtreecommitdiffstats
path: root/.busted
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2018-10-01 20:21:26 +0100
committerMatthew Wild <mwild1@gmail.com>2018-10-01 20:21:26 +0100
commita9963c54c9fca2b071d8c715ffa17b0e2c183a43 (patch)
tree49d7e2a1d577abf26a129689c87d859bcf2368e7 /.busted
parent56e97dc5d6ae00526ee81c24139680c50c0834d0 (diff)
downloadprosody-a9963c54c9fca2b071d8c715ffa17b0e2c183a43.tar.gz
prosody-a9963c54c9fca2b071d8c715ffa17b0e2c183a43.zip
Fix storage tests so they run, but not by default
Diffstat (limited to '.busted')
-rw-r--r--.busted9
1 files changed, 6 insertions, 3 deletions
diff --git a/.busted b/.busted
index 8e444f9c..f5f9472e 100644
--- a/.busted
+++ b/.busted
@@ -2,9 +2,12 @@ return {
_all = {
},
default = {
- ["exclude-tags"] = "mod_bosh";
- },
+ ["exclude-tags"] = "mod_bosh,storage";
+ };
bosh = {
tags = "mod_bosh";
- }
+ };
+ storage = {
+ tags = "storage";
+ };
}