Skip to content

Commit

Permalink
skip TestCreateBlobDisk test
Browse files Browse the repository at this point in the history
Signed-off-by: cpanato <ctadeu@gmail.com>
  • Loading branch information
cpanato committed Nov 27, 2024
1 parent 89f2bea commit 0a3c63d
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,10 @@ func TestFindSANameForDisk(t *testing.T) {
assert.NoError(t, err)
}

// Skipping this test due to failing ci but not removing to keep for future reference if needed
// GH Issue: https://github.com/kubernetes/kubernetes/issues/129007
func TestCreateBlobDisk(t *testing.T) {
t.Skip("skipping test due some Azure API changes and failing ci")
ctrl := gomock.NewController(t)
defer ctrl.Finish()
b := GetTestBlobDiskController(t)
Expand Down

0 comments on commit 0a3c63d

Please sign in to comment.