Skip to content

Commit

Permalink
fix: e2e-test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
nrwiersma committed Apr 18, 2024
1 parent 7ad2e60 commit 6a82465
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/fleet_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1863,7 +1863,7 @@ func TestFleetAllocationOverflow(t *testing.T) {
return false
}, 5*time.Minute, time.Second, "Rolling update did not complete")

assertCount(t, log, flt, 1)
assertCount(t, log, flt, 2)
})
}

Expand Down

0 comments on commit 6a82465

Please sign in to comment.