File

.busted @ 13402:6877786d73d7

mod_storage_internal, tests: Fix before/after combined with the 'reverse' flag
author Matthew Wild <mwild1@gmail.com>
date Tue, 12 Dec 2023 13:41:14 +0000
parent 9964:f299d4917dd8
line wrap: on
line source

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