Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
theobarberbany committed Nov 7, 2024
1 parent 0cc991e commit aaba899
Showing 1 changed file with 9 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -431,8 +431,15 @@ var _ = Describe("With a running MachineSetSync controller", func() {
)
})

// Do we have another case here where we consistently want to not see a MAPI MachineSet created?
// Not sure if this is overkill
// I can't work out a nice way to write this as I'm tired :)

// It("should not create a MAPI MachineSet", func() {
// Consistently(k.ObjectList(&machinev1beta1.MachineSetList{}), timeout).ShouldNot(
// ContainElement(WithTransform(
// func(ms machinev1beta1.MachineSet) string {
// return ms.GetName()
// }, Equal(capiMachineSet.GetName()))))
// })

})

Expand Down

0 comments on commit aaba899

Please sign in to comment.