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