Skip to content

Commit

Permalink
Merge pull request #345 from JoelSpeed/disable-capacity-res
Browse files Browse the repository at this point in the history
Disable capacity reservation test until further notice
  • Loading branch information
openshift-merge-bot[bot] authored Nov 27, 2024
2 parents 4acd41b + 5341ea1 commit 9dd3dcb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkg/providers/aws.go
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,9 @@ var _ = Describe("CapacityReservationID", framework.LabelCloudProviderSpecific,
})

// Machines required for test: 1
It("machine should get Running with active capacityReservationId", func() {
// This is marked as pending until we resolve the fact that we cannot dynamically create capacity reservations.
// See https://redhat-internal.slack.com/archives/CBUT43E94/p1732621241891359
PIt("machine should get Running with active capacityReservationId", func() {
By("Get instanceType and availabilityZone from the first worker MachineSet")
workers, err := framework.GetWorkerMachineSets(ctx, client)
Expect(err).ToNot(HaveOccurred())
Expand Down

0 comments on commit 9dd3dcb

Please sign in to comment.