Skip to content

Commit c6c4684

Browse files
authored
Merge pull request #423 from Fedosin/disable_ipam_e2e_test
🌱 Temporarily disable IPAM provider e2e test
2 parents c76a729 + 96c9be9 commit c6c4684

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/minimal_configuration_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ metadata:
267267
e2eConfig.GetIntervals(bootstrapClusterProxy.GetName(), "wait-controllers")...)
268268
})
269269

270-
It("should successfully create and delete an IPAMProvider", func() {
270+
PIt("should successfully create and delete an IPAMProvider", func() {
271271
bootstrapCluster := bootstrapClusterProxy.GetClient()
272272
ipamProvider := &operatorv1.IPAMProvider{
273273
ObjectMeta: metav1.ObjectMeta{

0 commit comments

Comments
 (0)