.busted
author Kim Alvefur <zash@zash.se>
Sun, 09 Oct 2022 14:58:07 +0200
branch0.12
changeset 12760 cd7da871ce10
parent 9968 f299d4917dd8
permissions -rw-r--r--
util.jsonschema: Sort test cases to skip Piped trough `sort -g`

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