mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-07 11:13:48 +00:00
Temporarily skip PATCH integration tests for v1beta3
This commit is contained in:
parent
b0b6418ca3
commit
8a62b0d9f6
@ -598,6 +598,10 @@ func runAtomicPutTest(c *client.Client) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func runPatchTest(c *client.Client) {
|
func runPatchTest(c *client.Client) {
|
||||||
|
if c.APIVersion() != "v1beta1" {
|
||||||
|
glog.Info("Skipping PATCH tests for non-v1beta1 for now.")
|
||||||
|
return
|
||||||
|
}
|
||||||
name := "patchservice"
|
name := "patchservice"
|
||||||
resource := "services"
|
resource := "services"
|
||||||
svcBody := api.Service{
|
svcBody := api.Service{
|
||||||
|
Loading…
Reference in New Issue
Block a user