explain the skip

This commit is contained in:
Alex Dadgar
2017-01-27 15:19:22 -08:00
parent 8099478f2f
commit 0b3cf61194

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