Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryce-Soghigian committed Jan 23, 2024
1 parent ca35895 commit d9185b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/providers/instancetype/suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ var _ = Describe("InstanceType Provider", func() {
azureEnv.VirtualMachinesAPI.VirtualMachineCreateOrUpdateBehavior.BeginError.Set(nil)
ExpectProvisioned(ctx, env.Client, cluster, cloudProvider, coreProvisioner, pod)
ExpectScheduled(ctx, env.Client, pod)

// Expect that on-demand nodes are selected if spot capacity is unavailable, and the nodepool uses both spot + on-demand
nodes, err := env.KubernetesInterface.CoreV1().Nodes().List(ctx, metav1.ListOptions{})
Expect(err).ToNot(HaveOccurred())
Expand Down

0 comments on commit d9185b5

Please sign in to comment.