mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 22:17:14 +00:00
Move the slow part of the test into a Slow block.
This commit is contained in:
parent
dd7626bbf1
commit
7cf7717d4c
@ -194,11 +194,9 @@ var _ = framework.KubeDescribe("Service [Feature:Federation]", func() {
|
|||||||
discoverService(f, name, true)
|
discoverService(f, name, true)
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO(mml): Unclear how to make this meaningful and not terribly
|
// TODO(mml): This currently takes 9 minutes. Consider reducing the
|
||||||
// slow. How long (how many minutes?) do we verify that a given DNS
|
// TTL and/or running the pods in parallel.
|
||||||
// lookup *doesn't* work before we call it a success? For now,
|
Context("[Slow]", func() {
|
||||||
// commenting out.
|
|
||||||
/*
|
|
||||||
localSvcDNSNames := []string{
|
localSvcDNSNames := []string{
|
||||||
FederatedServiceName,
|
FederatedServiceName,
|
||||||
fmt.Sprintf("%s.%s", FederatedServiceName, f.Namespace.Name),
|
fmt.Sprintf("%s.%s", FederatedServiceName, f.Namespace.Name),
|
||||||
@ -207,7 +205,7 @@ var _ = framework.KubeDescribe("Service [Feature:Federation]", func() {
|
|||||||
for _, name := range localSvcDNSNames {
|
for _, name := range localSvcDNSNames {
|
||||||
discoverService(f, name, false)
|
discoverService(f, name, false)
|
||||||
}
|
}
|
||||||
*/
|
})
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user