mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-05 10:19:50 +00:00
DNS is supported on vagrant so enable test
This commit is contained in:
parent
502e8e90d6
commit
26c924a96d
@ -103,8 +103,6 @@ var _ = Describe("Networking", func() {
|
|||||||
|
|
||||||
//Now we can proceed with the test.
|
//Now we can proceed with the test.
|
||||||
It("should function for intra-pod communication", func() {
|
It("should function for intra-pod communication", func() {
|
||||||
// TODO: support DNS on vagrant #3580
|
|
||||||
SkipIfProviderIs("vagrant")
|
|
||||||
|
|
||||||
By(fmt.Sprintf("Creating a service named %q in namespace %q", svcname, f.Namespace.Name))
|
By(fmt.Sprintf("Creating a service named %q in namespace %q", svcname, f.Namespace.Name))
|
||||||
svc, err := f.Client.Services(f.Namespace.Name).Create(&api.Service{
|
svc, err := f.Client.Services(f.Namespace.Name).Create(&api.Service{
|
||||||
|
Loading…
Reference in New Issue
Block a user