@@ -177,11 +177,11 @@ var _ = Describe("controller", func() {
177
177
Expect (ctrl .Watch (src , evthdl )).To (Equal (expected ))
178
178
})
179
179
180
- It ("should inject dependencies into the Reconciler" , func () {
180
+ PIt ("should inject dependencies into the Reconciler" , func () {
181
181
// TODO(community): Write this
182
182
})
183
183
184
- It ("should return an error if there is an error injecting into the Reconciler" , func () {
184
+ PIt ("should return an error if there is an error injecting into the Reconciler" , func () {
185
185
// TODO(community): Write this
186
186
})
187
187
@@ -300,7 +300,7 @@ var _ = Describe("controller", func() {
300
300
close (done )
301
301
})
302
302
303
- It ("should forget an item if it is not a Request and continue processing items" , func () {
303
+ PIt ("should forget an item if it is not a Request and continue processing items" , func () {
304
304
// TODO(community): write this test
305
305
})
306
306
@@ -392,19 +392,19 @@ var _ = Describe("controller", func() {
392
392
Eventually (func () int { return ctrl .Queue .NumRequeues (request ) }).Should (Equal (0 ))
393
393
})
394
394
395
- It ("should forget the Request if Reconciler is successful" , func () {
395
+ PIt ("should forget the Request if Reconciler is successful" , func () {
396
396
// TODO(community): write this test
397
397
})
398
398
399
- It ("should return if the queue is shutdown" , func () {
399
+ PIt ("should return if the queue is shutdown" , func () {
400
400
// TODO(community): write this test
401
401
})
402
402
403
- It ("should wait for informers to be synced before processing items" , func () {
403
+ PIt ("should wait for informers to be synced before processing items" , func () {
404
404
// TODO(community): write this test
405
405
})
406
406
407
- It ("should create a new go routine for MaxConcurrentReconciles" , func () {
407
+ PIt ("should create a new go routine for MaxConcurrentReconciles" , func () {
408
408
// TODO(community): write this test
409
409
})
410
410
0 commit comments