We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98f422c commit 2a7d920Copy full SHA for 2a7d920
acceptance/openstack/ces/v1/alarms_test.go
@@ -10,6 +10,7 @@ import (
10
)
11
12
func TestAlarms(t *testing.T) {
13
+ t.Skip("API is faulty - returning 400 error.")
14
client, err := clients.NewCesV1Client()
15
th.AssertNoErr(t, err)
16
0 commit comments