Unverified Commit 660d1304 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #67410 from hanxiaoshuai/fix0815

Automatic merge from submit-queue (batch tested with PRs 66884, 67410, 67229, 67409). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. modify a duplicate e2e test of DNS configMap **What this PR does / why we need it**: modify a duplicate e2e test of DNS configMap. It is duplicate with the case in https://github.com/kubernetes/kubernetes/blob/d655c9a87335498857a63d5fcefa7a6d7db1ce93/test/e2e/network/dns_configmap.go#L345 I think it should run dnsFederationsConfigMapTest in original purpose. **Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*: Fixes # **Special notes for your reviewer**: **Release note**: ```release-note NONE ```
parents c5e74d12 dd2977f6
...@@ -43,7 +43,7 @@ var ( ...@@ -43,7 +43,7 @@ var (
var _ = SIGDescribe("DNS configMap federations", func() { var _ = SIGDescribe("DNS configMap federations", func() {
t := &dnsNameserverTest{dnsTestCommon: newDnsTestCommon()} t := &dnsFederationsConfigMapTest{dnsTestCommon: newDnsTestCommon()}
It("should be able to change federation configuration [Slow][Serial]", func() { It("should be able to change federation configuration [Slow][Serial]", func() {
t.c = t.f.ClientSet t.c = t.f.ClientSet
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment