Skip to content

Commit

Permalink
removed a focus test
Browse files Browse the repository at this point in the history
  • Loading branch information
ellistarn committed Oct 21, 2021
1 parent e790ba1 commit af2032a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ var _ = Describe("Validation", func() {
Expect(provisioner.Validate(ctx)).ToNot(Succeed())
}
})
FIt("should validate well known labels", func() {
It("should validate well known labels", func() {
WellKnownLabels[v1.LabelTopologyZone] = []string{"test"}
provisioner.Spec.Requirements = Requirements{{Key: v1.LabelTopologyZone, Operator: v1.NodeSelectorOpIn, Values: []string{"test"}}}
Expect(provisioner.Validate(ctx)).To(Succeed())
Expand Down

0 comments on commit af2032a

Please sign in to comment.