File

.busted @ 12400:728d1c1dc7db

util.poll: Expand stub tests Because tests good.
author Kim Alvefur <zash@zash.se>
date Thu, 17 Mar 2022 13:15:50 +0100
parent 9964:f299d4917dd8
line wrap: on
line source

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