File

.busted @ 10467:600d4cf41ce1

tests: Disable s2s in scansion tests These are all c2s tests, no need to have s2s enabled.
author Kim Alvefur <zash@zash.se>
date Sat, 30 Nov 2019 14:00:13 +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";
  };
}