mirror of
https://github.com/hashicorp/vault.git
synced 2025-11-17 08:41:12 +01:00
Vault Test: Disabling mlock for logical.testing.Test()
This commit is contained in:
parent
b2d37df7f4
commit
e3cc910cea
@ -126,6 +126,7 @@ func Test(t TestT, c TestCase) {
|
|||||||
return c.Factory(conf)
|
return c.Factory(conf)
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
DisableMlock: true,
|
||||||
})
|
})
|
||||||
if err != nil {
|
if err != nil {
|
||||||
t.Fatal("error initializing core: ", err)
|
t.Fatal("error initializing core: ", err)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user