Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Change test case description
Co-authored-by: Aaron Francis Fernandes <[email protected]>
  • Loading branch information
thiyyakat and aaronfern authored Jul 25, 2025
commit b5b0c4cc7364caa4cad22d968b7a1a044fdeec4c
2 changes: 1 addition & 1 deletion pkg/util/provider/machinecontroller/machine_util_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2170,7 +2170,7 @@ var _ = Describe("machine_util", func() {
expectedPhase: machinev1.MachineFailed,
},
}),
Entry("Machine in Pending phase stays in Pending phase if duration less than creation Timeout duration (20min) has elapsed", &data{
Entry("Pending machine stays in the Pending phase if creation timeout (20min) has not elapsed", &data{
setup: setup{
machines: []*machinev1.Machine{
newMachine(
Expand Down