mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 05:07:42 +03:00
Fix storage tests so they run, but not by default
This commit is contained in:
parent
56e97dc5d6
commit
a9963c54c9
2 changed files with 17 additions and 7 deletions
9
.busted
9
.busted
|
@ -2,9 +2,12 @@ return {
|
|||
_all = {
|
||||
},
|
||||
default = {
|
||||
["exclude-tags"] = "mod_bosh";
|
||||
},
|
||||
["exclude-tags"] = "mod_bosh,storage";
|
||||
};
|
||||
bosh = {
|
||||
tags = "mod_bosh";
|
||||
}
|
||||
};
|
||||
storage = {
|
||||
tags = "storage";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue