From b7709303915d28a1b60a99c846cbe9e3d9aa6738 Mon Sep 17 00:00:00 2001 From: Caleb Bron <cbron@users.noreply.github.com> Date: Fri, 25 Oct 2019 13:15:32 -0700 Subject: [PATCH] Temp remove kubectl app endpoint urls --- tests/integration/endpoint_test.go | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/integration/endpoint_test.go b/tests/integration/endpoint_test.go index 084304a3..161cb5af 100644 --- a/tests/integration/endpoint_test.go +++ b/tests/integration/endpoint_test.go @@ -38,11 +38,11 @@ func endpointTests(t *testing.T, when spec.G, it spec.S) { assert.Equal(t, "Hello World", service.GetEndpointResponse()) assert.Equal(t, "Hello World v3", stagedService.GetEndpointResponse()) - - assert.Equal(t, - testutil.GetHostname(service.GetKubeAppEndpointURLs()[0]), - testutil.GetHostname(service.GetAppEndpointURLs()[0]), - ) + // + //assert.Equal(t, + // testutil.GetHostname(service.GetKubeAppEndpointURLs()[0]), + // testutil.GetHostname(service.GetAppEndpointURLs()[0]), + //) assert.Equal(t, testutil.GetHostname(service.GetAppEndpointURLs()[0]), -- GitLab