Skip to content

Commit

Permalink
skip
Browse files Browse the repository at this point in the history
  • Loading branch information
artem-lifshits committed Oct 18, 2024
1 parent 25c0abb commit cec48d8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions acceptance/openstack/rms/v1/compliance_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import (
)

func TestAllPoliciesList(t *testing.T) {
t.Skip("You are not authorized with rms:resources:list impossible to run within CI")
client, err := clients.NewRMSClient()
th.AssertNoErr(t, err)

Expand All @@ -25,6 +26,7 @@ func TestAllPoliciesList(t *testing.T) {
}

func TestComplianceList(t *testing.T) {
t.Skip("You are not authorized with rms:resources:list impossible to run within CI")
client, err := clients.NewRMSClient()
th.AssertNoErr(t, err)

Expand Down Expand Up @@ -62,6 +64,7 @@ func TestComplianceList(t *testing.T) {
}

func TestComplianceLifecycle(t *testing.T) {
t.Skip("You are not authorized with rms:resources:list impossible to run within CI")
client, err := clients.NewRMSClient()
th.AssertNoErr(t, err)

Expand Down

0 comments on commit cec48d8

Please sign in to comment.