Skip to content

Commit

Permalink
Merge branch '8.0' into backport/8.0/pr-119199
Browse files Browse the repository at this point in the history
  • Loading branch information
criamico authored Nov 29, 2021
2 parents e022c79 + 9322069 commit a2b6162
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions x-pack/plugins/lens/server/routes/existing_fields.ts
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ async function fetchIndexPatternStats({
{
range: {
[timeFieldName]: {
format: 'strict_date_optional_time',
gte: fromDate,
lte: toDate,
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,8 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
});
});

describe('tls alert', function () {
// FLAKY: https://github.com/elastic/kibana/issues/116865
describe.skip('tls alert', function () {
const DEFAULT_DATE_START = 'Sep 10, 2019 @ 12:40:08.078';
const DEFAULT_DATE_END = 'Sep 11, 2019 @ 19:40:08.078';
let alerts: any;
Expand Down

0 comments on commit a2b6162

Please sign in to comment.