@@ -145,7 +145,7 @@ var _ = Describe("Client", func() {
145
145
close (done )
146
146
})
147
147
148
- It ("should use the provided Mapper if provided" , func () {
148
+ PIt ("should use the provided Mapper if provided" , func () {
149
149
150
150
})
151
151
@@ -269,7 +269,7 @@ var _ = Describe("Client", func() {
269
269
Expect (err .Error ()).To (ContainSubstring ("no kind is registered for the type" ))
270
270
})
271
271
272
- It ("should fail if the GVK cannot be mapped to a Resource" , func () {
272
+ PIt ("should fail if the GVK cannot be mapped to a Resource" , func () {
273
273
// TODO(seans3): implement these
274
274
// Example: ListOptions
275
275
})
@@ -360,11 +360,11 @@ var _ = Describe("Client", func() {
360
360
close (done )
361
361
})
362
362
363
- It ("should fail if the object does not pass server-side validation" , func () {
363
+ PIt ("should fail if the object does not pass server-side validation" , func () {
364
364
365
365
})
366
366
367
- It ("should fail if the object doesn't have meta" , func () {
367
+ PIt ("should fail if the object doesn't have meta" , func () {
368
368
369
369
})
370
370
@@ -388,7 +388,7 @@ var _ = Describe("Client", func() {
388
388
close (done )
389
389
})
390
390
391
- It ("should fail if the GVK cannot be mapped to a Resource" , func () {
391
+ PIt ("should fail if the GVK cannot be mapped to a Resource" , func () {
392
392
393
393
})
394
394
})
@@ -497,11 +497,11 @@ var _ = Describe("Client", func() {
497
497
close (done )
498
498
})
499
499
500
- It ("should fail if the GVK cannot be mapped to a Resource" , func () {
500
+ PIt ("should fail if the GVK cannot be mapped to a Resource" , func () {
501
501
502
502
})
503
503
504
- It ("should fail if an API does not implement Status subresource" , func () {
504
+ PIt ("should fail if an API does not implement Status subresource" , func () {
505
505
506
506
})
507
507
})
@@ -586,7 +586,7 @@ var _ = Describe("Client", func() {
586
586
close (done )
587
587
})
588
588
589
- It ("should fail if the object doesn't have meta" , func () {
589
+ PIt ("should fail if the object doesn't have meta" , func () {
590
590
591
591
})
592
592
@@ -609,7 +609,7 @@ var _ = Describe("Client", func() {
609
609
close (done )
610
610
})
611
611
612
- It ("should fail if the GVK cannot be mapped to a Resource" , func () {
612
+ PIt ("should fail if the GVK cannot be mapped to a Resource" , func () {
613
613
614
614
})
615
615
})
@@ -724,7 +724,7 @@ var _ = Describe("Client", func() {
724
724
close (done )
725
725
})
726
726
727
- It ("should fail if the object doesn't have meta" , func () {
727
+ PIt ("should fail if the object doesn't have meta" , func () {
728
728
729
729
})
730
730
@@ -747,7 +747,7 @@ var _ = Describe("Client", func() {
747
747
Expect (err .Error ()).To (ContainSubstring ("no kind is registered for the type" ))
748
748
})
749
749
750
- It ("should fail if the GVK cannot be mapped to a Resource" , func () {
750
+ PIt ("should fail if the GVK cannot be mapped to a Resource" , func () {
751
751
752
752
})
753
753
})
@@ -961,19 +961,19 @@ var _ = Describe("Client", func() {
961
961
close (done )
962
962
}, serverSideTimeoutSeconds )
963
963
964
- It ("should fail if it cannot get a client" , func () {
964
+ PIt ("should fail if it cannot get a client" , func () {
965
965
966
966
})
967
967
968
- It ("should fail if the object doesn't have meta" , func () {
968
+ PIt ("should fail if the object doesn't have meta" , func () {
969
969
970
970
})
971
971
972
- It ("should fail if the object cannot be mapped to a GVK" , func () {
972
+ PIt ("should fail if the object cannot be mapped to a GVK" , func () {
973
973
974
974
})
975
975
976
- It ("should fail if the GVK cannot be mapped to a Resource" , func () {
976
+ PIt ("should fail if the GVK cannot be mapped to a Resource" , func () {
977
977
978
978
})
979
979
})
0 commit comments