mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 18:35:44 +03:00
explain the skip
This commit is contained in:
@@ -771,7 +771,7 @@ func TestVaultClient_CreateToken_Blacklist_Role(t *testing.T) {
|
||||
}
|
||||
|
||||
if strings.Contains(version, "v0.6.4") {
|
||||
t.SkipNow()
|
||||
t.Skipf("Vault has a regression in v0.6.4 that this test hits")
|
||||
}
|
||||
|
||||
v := testutil.NewTestVault(t).Start()
|
||||
|
||||
Reference in New Issue
Block a user