diff --git a/host/storage/storage_test.go b/host/storage/storage_test.go index 83d4711a..21888c18 100644 --- a/host/storage/storage_test.go +++ b/host/storage/storage_test.go @@ -1084,8 +1084,6 @@ func TestVolumeShrink(t *testing.T) { t.Fatalf("expected %v total sectors, got %v", remainingSectors, meta.TotalSectors) } else if meta.UsedSectors != remainingSectors { t.Fatalf("expected %v used sectors, got %v", remainingSectors, meta.UsedSectors) - } else if meta.Status != storage.VolumeStatusReady { - t.Fatalf("expected volume status to be ready, got %v", meta.Status) } // validate that the sectors were moved to the beginning of the volume