Skip to content

Commit

Permalink
fix(tests): fix the flakiness caused by incomplete migration in the V…
Browse files Browse the repository at this point in the history
…ault tests (#12883)

KAG-4240

(cherry picked from commit 91afde0)
  • Loading branch information
Water-Melon authored and bungle committed Apr 22, 2024
1 parent c51c393 commit 07abdd8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 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
4 changes: 0 additions & 4 deletions spec/02-integration/13-vaults/07-resurrect_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +134,6 @@ describe("vault resurrect_ttl and rotation (#" .. strategy .. ") #" .. vault.nam
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 07abdd8

Please sign in to comment.