Skip to content

Commit

Permalink
Remove runtime fields from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wylieconlon committed Nov 12, 2020
1 parent d52415c commit 740903d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 17 deletions.
2 changes: 0 additions & 2 deletions x-pack/test/api_integration/apis/lens/existing_fields.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ const fieldsWithData = [
'utc_time',
'xss',
'xss.raw',
'runtime_number',

'relatedContent.article:modified_time',
'relatedContent.article:published_time',
Expand Down Expand Up @@ -209,7 +208,6 @@ export default ({ getService }: FtrProviderContext) => {
'request.raw',
'response',
'response.raw',
'runtime_number',
'spaces',
'spaces.raw',
'type',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -342,11 +342,6 @@
}
},
"type": "text"
},
"runtime_number": {
"type": "runtime",
"runtime_type" : "long",
"script" : { "source" : "emit(doc['bytes'].value)" }
}
}
},
Expand Down Expand Up @@ -712,11 +707,6 @@
}
},
"type": "text"
},
"runtime_number": {
"type": "runtime",
"runtime_type" : "long",
"script" : { "source" : "emit(doc['bytes'].value)" }
}
}
},
Expand Down Expand Up @@ -1082,11 +1072,6 @@
}
},
"type": "text"
},
"runtime_number": {
"type": "runtime",
"runtime_type" : "long",
"script" : { "source" : "emit(doc['bytes'].value)" }
}
}
},
Expand Down

0 comments on commit 740903d

Please sign in to comment.