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
This commit is contained in:
Navid Shaikh 2020-10-16 01:45:56 +05:30 committed by GitHub
parent 880aa1ae19
commit ce1f43cce2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -156,7 +156,6 @@ func TestServiceExport(t *testing.T) {
map[string]string{ map[string]string{
"serving.knative.dev/configuration": "hello", "serving.knative.dev/configuration": "hello",
"serving.knative.dev/configurationGeneration": "1", "serving.knative.dev/configurationGeneration": "1",
"serving.knative.dev/route": "hello",
"serving.knative.dev/routingState": "active", "serving.knative.dev/routingState": "active",
"serving.knative.dev/service": "hello", "serving.knative.dev/service": "hello",
}), }),
@ -226,7 +225,6 @@ func TestServiceExport(t *testing.T) {
map[string]string{ map[string]string{
"serving.knative.dev/configuration": "hello", "serving.knative.dev/configuration": "hello",
"serving.knative.dev/configurationGeneration": "1", "serving.knative.dev/configurationGeneration": "1",
"serving.knative.dev/route": "hello",
"serving.knative.dev/routingState": "active", "serving.knative.dev/routingState": "active",
"serving.knative.dev/service": "hello", "serving.knative.dev/service": "hello",
}), }),
@ -244,7 +242,6 @@ func TestServiceExport(t *testing.T) {
map[string]string{ map[string]string{
"serving.knative.dev/configuration": "hello", "serving.knative.dev/configuration": "hello",
"serving.knative.dev/configurationGeneration": "2", "serving.knative.dev/configurationGeneration": "2",
"serving.knative.dev/route": "hello",
"serving.knative.dev/routingState": "active", "serving.knative.dev/routingState": "active",
"serving.knative.dev/service": "hello", "serving.knative.dev/service": "hello",
}), }),
@ -301,7 +298,6 @@ func TestServiceExport(t *testing.T) {
map[string]string{ map[string]string{
"serving.knative.dev/configuration": "hello", "serving.knative.dev/configuration": "hello",
"serving.knative.dev/configurationGeneration": "2", "serving.knative.dev/configurationGeneration": "2",
"serving.knative.dev/route": "hello",
"serving.knative.dev/routingState": "active", "serving.knative.dev/routingState": "active",
"serving.knative.dev/service": "hello", "serving.knative.dev/service": "hello",
}), }),