Merge pull request #6431 from ghodss/pin-patch-test

Temporarily skip PATCH integration tests for v1beta3
This commit is contained in:
Brian Grant 2015-04-03 17:00:54 -07:00
commit 61ddda0b2c

View File

@ -598,6 +598,10 @@ func runAtomicPutTest(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"
resource := "services"
svcBody := api.Service{