Skip to content

Commit

Permalink
storage: skip flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
n8maninger committed Feb 7, 2024
1 parent 69d5e83 commit 284f905
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions host/storage/storage_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -693,6 +693,8 @@ func TestVolumeDistribution(t *testing.T) {
}

func TestVolumeConcurrency(t *testing.T) {
t.Skip("This test is flaky and needs to be fixed")

const (
sectors = 256
writeSectors = 10
Expand Down

0 comments on commit 284f905

Please sign in to comment.