diff options
Diffstat (limited to '.busted')
-rw-r--r-- | .busted | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ return { _all = { }, default = { - ["exclude-tags"] = "mod_bosh,storage"; + ["exclude-tags"] = "mod_bosh,storage,SLOW"; }; bosh = { tags = "mod_bosh"; |