Mark unit test as slow.

Mark a test as slow that runs fuzzing.
This commit is contained in:
Robin Malley 2021-09-11 21:46:23 +00:00
parent ffc34295e9
commit a16f2dfe02
1 changed files with 1 additions and 1 deletions

View File

@ -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 = {}