Merge pull request #11010 from derekwaynecarr/enable_test_vagrant

Enable e2e networking test for intra-pod communication for vagrant
This commit is contained in:
Victor Marmol 2015-07-09 21:08:03 -07:00
commit 68a62fef95

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{