Mark unit test as slow.
Mark a test as slow that runs fuzzing.
This commit is contained in:
parent
ffc34295e9
commit
a16f2dfe02
|
@ -263,7 +263,7 @@ describe("smr",function()
|
||||||
local pagefunc = assert(require("endpoints." .. fname))
|
local pagefunc = assert(require("endpoints." .. fname))
|
||||||
assert(type(pagefunc) == "function")
|
assert(type(pagefunc) == "function")
|
||||||
end)
|
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)
|
local pagefunc = require("endpoints." .. fname)
|
||||||
for i = 1,1000 do
|
for i = 1,1000 do
|
||||||
local req = {}
|
local req = {}
|
||||||
|
|
Loading…
Reference in New Issue