Fix storage tests so they run, but not by default

This commit is contained in:
Matthew Wild 2018-10-01 20:21:26 +01:00
parent 56e97dc5d6
commit a9963c54c9
2 changed files with 17 additions and 7 deletions

View file

@ -2,9 +2,12 @@ return {
_all = {
},
default = {
["exclude-tags"] = "mod_bosh";
},
["exclude-tags"] = "mod_bosh,storage";
};
bosh = {
tags = "mod_bosh";
}
};
storage = {
tags = "storage";
};
}