From ce1f43cce2bc4d36dddf7045832d360305f36ebb Mon Sep 17 00:00:00 2001 From: Navid Shaikh Date: Fri, 16 Oct 2020 01:45:56 +0530 Subject: [PATCH] fix(e2e): Remove "serving.knative.dev/route" revision label (#1067) Dont expect mentioned key on the revision labels in service expect tests now. The test is skipped for serving v0.18 release and configured to only against current serving master. see #https://github.com/knative/serving/pull/9710 --- test/e2e/service_export_test.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/e2e/service_export_test.go b/test/e2e/service_export_test.go index 546267ab9..71ea161a3 100644 --- a/test/e2e/service_export_test.go +++ b/test/e2e/service_export_test.go @@ -156,7 +156,6 @@ func TestServiceExport(t *testing.T) { map[string]string{ "serving.knative.dev/configuration": "hello", "serving.knative.dev/configurationGeneration": "1", - "serving.knative.dev/route": "hello", "serving.knative.dev/routingState": "active", "serving.knative.dev/service": "hello", }), @@ -226,7 +225,6 @@ func TestServiceExport(t *testing.T) { map[string]string{ "serving.knative.dev/configuration": "hello", "serving.knative.dev/configurationGeneration": "1", - "serving.knative.dev/route": "hello", "serving.knative.dev/routingState": "active", "serving.knative.dev/service": "hello", }), @@ -244,7 +242,6 @@ func TestServiceExport(t *testing.T) { map[string]string{ "serving.knative.dev/configuration": "hello", "serving.knative.dev/configurationGeneration": "2", - "serving.knative.dev/route": "hello", "serving.knative.dev/routingState": "active", "serving.knative.dev/service": "hello", }), @@ -301,7 +298,6 @@ func TestServiceExport(t *testing.T) { map[string]string{ "serving.knative.dev/configuration": "hello", "serving.knative.dev/configurationGeneration": "2", - "serving.knative.dev/route": "hello", "serving.knative.dev/routingState": "active", "serving.knative.dev/service": "hello", }),