From a16f2dfe02f7b5b0fdfb63cc395675c57c1a2267 Mon Sep 17 00:00:00 2001 From: Robin Malley Date: Sat, 11 Sep 2021 21:46:23 +0000 Subject: [PATCH] Mark unit test as slow. Mark a test as slow that runs fuzzing. --- spec/pages_sanity_spec.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = {}