Skip to content

Commit

Permalink
tests(ssl): disable failed test
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyZhang0707 committed Sep 18, 2023
1 parent 32325f3 commit e6b9fe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/02-integration/05-proxy/06-ssl_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ for _, strategy in helpers.each_strategy() do
end)

describe("proxy ssl verify", function()
it("prevents requests to upstream that does not possess a trusted certificate", function()
it("#flaky prevents requests to upstream that does not possess a trusted certificate", function()
helpers.clean_logfile()

local res = assert(proxy_client:send {
Expand Down

0 comments on commit e6b9fe3

Please sign in to comment.