DNS is supported on vagrant so enable test

This commit is contained in:
derekwaynecarr 2015-07-09 15:09:29 -04:00
parent 502e8e90d6
commit 26c924a96d

View File

@ -103,8 +103,6 @@ var _ = Describe("Networking", func() {
//Now we can proceed with the test.
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))
svc, err := f.Client.Services(f.Namespace.Name).Create(&api.Service{