Skip to content

Commit

Permalink
tests(request-transformer) mark regression test for #25 as pending
Browse files Browse the repository at this point in the history
  • Loading branch information
hishamhm committed Sep 18, 2020
1 parent c91236a commit fcd531f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/02-access_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1824,7 +1824,7 @@ describe("Plugin: request-transformer(access) [#" .. strategy .. "]", function()
})
assert.response(r).has.status(500)
end)
it("rendering error is correctly propagated in error.log, issue #25", function()
pending("rendering error is correctly propagated in error.log, issue #25", function()
local r = assert(client:send {
method = "GET",
path = "/",
Expand Down

0 comments on commit fcd531f

Please sign in to comment.