view .busted @ 14214:3870f944dec4

Merge 13.0->trunk
author Kim Alvefur <zash@zash.se>
date Sun, 07 Jun 2026 19:42:39 +0200
parents f299d4917dd8
children
line wrap: on
line source

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