Skip to content

Commit

Permalink
test: enable policy and identity CI tests
Browse files Browse the repository at this point in the history
This commit enables the policy and identity CI tests
again since the KES instance at `https://play.min.io:7373`
has been updated to version `v0.15.0`.

Between `v0.14.0` and `v0.15.0` there have been some breaking
API changes w.r.t. policies that made it necessary to disable
these CI tests.

Signed-off-by: Andreas Auernhammer <[email protected]>
  • Loading branch information
aead authored and harshavardhana committed Jul 26, 2021
1 parent 1977371 commit ceea0d6
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -415,9 +415,6 @@ func TestReadWritePolicy(t *testing.T) {
t.SkipNow()
}

_ = readWritePolicyTests // TODO: remove once we enable the tests again
t.Skip("TODO: enable once there is a release newer than v0.14.0")

client, err := newClient()
if err != nil {
t.Fatalf("Failed to create KES client: %v", err)
Expand Down Expand Up @@ -452,9 +449,6 @@ func TestAssignIdentity(t *testing.T) {
t.SkipNow()
}

_ = newPolicy() // TODO: remove once we enable the tests again
t.Skip("TODO: enable once there is a release newer than v0.14.0")

client, err := newClient()
if err != nil {
t.Fatalf("Failed to create KES client: %v", err)
Expand All @@ -476,7 +470,6 @@ func TestForgetIdentity(t *testing.T) {
if !*IsIntegrationTest {
t.SkipNow()
}
t.Skip("TODO: enable once there is a release newer than v0.14.0")

client, err := newClient()
if err != nil {
Expand Down

0 comments on commit ceea0d6

Please sign in to comment.