Skip to content

Commit

Permalink
tests(vaults): fix the flakiness caused by incomplete migration in th…
Browse files Browse the repository at this point in the history
…e Vault tests (#12895)

KAG-4240

Backport #12883
  • Loading branch information
Water-Melon authored Apr 23, 2024
1 parent 9dc8213 commit f8ff8f5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions spec/02-integration/13-vaults/05-ttl_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -130,10 +130,6 @@ describe("vault ttl and rotation (#" .. strategy .. ") #" .. vault.name, functio
helpers.setenv("KONG_LUA_PATH_OVERRIDE", LUA_PATH)
helpers.setenv("KONG_VAULT_ROTATION_INTERVAL", "1")

helpers.test_conf.loaded_plugins = {
dummy = true,
}

vault:setup()
vault:create_secret(secret, "init")

Expand Down

0 comments on commit f8ff8f5

Please sign in to comment.