.busted
author Matthew Wild <mwild1@gmail.com>
Mon, 01 Oct 2018 20:21:26 +0100
changeset 9455 9d892b2415bf
parent 9377 a1a39d395260
child 9968 f299d4917dd8
permissions -rw-r--r--
Fix storage tests so they run, but not by default

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