.busted
author Kim Alvefur <zash@zash.se>
Wed, 19 Oct 2022 14:34:41 +0200
changeset 12782 6163c8b17ea9
parent 9968 f299d4917dd8
permissions -rw-r--r--
util.smqueue: Improve tests Result of mutation testing. One mutant remaining.

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