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
commite400842d43df5a18b7aea5acd3e724e97a308c9f (patch)
tree49d7e2a1d577abf26a129689c87d859bcf2368e7 /.busted
parentaadbe03b3d5c0c26321035290711308e8b5ad7b4 (diff)
downloadprosody-e400842d43df5a18b7aea5acd3e724e97a308c9f.tar.gz
prosody-e400842d43df5a18b7aea5acd3e724e97a308c9f.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";
+ };
}