Skip to content

Commit

Permalink
Merge branch '7.x' into backport/7.x/pr-44722
Browse files Browse the repository at this point in the history
  • Loading branch information
elasticmachine committed Oct 3, 2019
2 parents 62c170d + 2949b83 commit 88da493
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@ export default function({ getService }: FtrProviderContext) {
}
});

it('should return log highlights in a field column', async () => {
// FLAKY: https://github.com/elastic/kibana/issues/47209
it.skip('should return log highlights in a field column', async () => {
const {
data: {
source: { logEntryHighlights },
Expand Down

0 comments on commit 88da493

Please sign in to comment.