Skip to content

Commit

Permalink
Update func test to account for RD container exiting after VM startup
Browse files Browse the repository at this point in the history
Signed-off-by: David Vossel <davidvossel@gmail.com>
  • Loading branch information
davidvossel committed Sep 28, 2017
1 parent 84c3429 commit 6ab9fd4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/registry_disk_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,7 @@ var _ = Describe("RegistryDisk", func() {
// only check readiness of disk containers
continue
}
if containerStatus.Ready == true {
disksFound++
}
disksFound++
}
break
}
Expand Down

0 comments on commit 6ab9fd4

Please sign in to comment.