Skip to content

Commit

Permalink
e2e: CSI EBS test should expect 2 controllers (#8617)
Browse files Browse the repository at this point in the history
  • Loading branch information
tgross authored Aug 10, 2020
1 parent 0f87815 commit 7dd307d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/csi/csi.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ func (tc *CSIVolumesTest) TestEBSVolumeClaim(f *framework.F) {
if err != nil {
return false
}
if plugin.ControllersHealthy != 1 || plugin.NodesHealthy < 2 {
if plugin.ControllersHealthy < 2 || plugin.NodesHealthy < 2 {
return false
}
return true
Expand Down

0 comments on commit 7dd307d

Please sign in to comment.