Skip to content

Commit

Permalink
Skip IBM block tests (#5341)
Browse files Browse the repository at this point in the history
  • Loading branch information
tdmanv authored and Ilya Kislenko committed Apr 4, 2019
1 parent 3836635 commit c85d497
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/blockstorage/ibm/ibmcloud_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ type TestIBMCloudBlock struct {
var _ = Suite(&TestIBMCloudBlock{})

func (s *TestIBMCloudBlock) SetUpSuite(c *C) {
c.Skip("IBM tests are too flaky to run in CI")
var apiKey string
if apiK, ok := os.LookupEnv(IBMApiKeyEnv); ok {
apiKey = apiK
Expand Down

0 comments on commit c85d497

Please sign in to comment.