Skip to content

Commit

Permalink
Merge pull request #423 from Fedosin/disable_ipam_e2e_test
Browse files Browse the repository at this point in the history
🌱 Temporarily disable IPAM provider e2e test
  • Loading branch information
k8s-ci-robot authored Feb 14, 2024
2 parents c76a729 + 96c9be9 commit c6c4684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/minimal_configuration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ metadata:
e2eConfig.GetIntervals(bootstrapClusterProxy.GetName(), "wait-controllers")...)
})

It("should successfully create and delete an IPAMProvider", func() {
PIt("should successfully create and delete an IPAMProvider", func() {
bootstrapCluster := bootstrapClusterProxy.GetClient()
ipamProvider := &operatorv1.IPAMProvider{
ObjectMeta: metav1.ObjectMeta{
Expand Down

0 comments on commit c6c4684

Please sign in to comment.