diff --git a/spec/pages_sanity_spec.lua b/spec/pages_sanity_spec.lua index c4d5e1e..fb20019 100644 --- a/spec/pages_sanity_spec.lua +++ b/spec/pages_sanity_spec.lua @@ -263,7 +263,7 @@ describe("smr",function() local pagefunc = assert(require("endpoints." .. fname)) assert(type(pagefunc) == "function") end) - it("should call http_response() at some point",function() + it("should call http_response() at some point #slow",function() local pagefunc = require("endpoints." .. fname) for i = 1,1000 do local req = {}