explain the skip

This commit is contained in:
Alex Dadgar 2017-01-27 15:19:22 -08:00
parent 183d0bdd15
commit f11dedbfc6
1 changed files with 1 additions and 1 deletions

View File

@ -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()