File

.busted @ 9452:9d892b2415bf

Fix storage tests so they run, but not by default
author Matthew Wild <mwild1@gmail.com>
date Mon, 01 Oct 2018 20:21:26 +0100
parent 9374:a1a39d395260
child 9964:f299d4917dd8
line wrap: on
line source

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