.busted
author Kim Alvefur <zash@zash.se>
Sat, 14 Dec 2019 22:43:12 +0100
changeset 10506 f1c0aa521dd5
parent 9968 f299d4917dd8
permissions -rw-r--r--
util.sasl: Add stub tests Random uncommitted file I found when cleaning out my work dir

return {
  _all = {
  },
  default = {
    ["exclude-tags"] = "mod_bosh,storage,SLOW";
  };
  bosh = {
    tags = "mod_bosh";
  };
  storage = {
    tags = "storage";
  };
}