Skip to content

Commit

Permalink
Skip falky InfraOps highlight API test
Browse files Browse the repository at this point in the history
#47209

Signed-off-by: Tyler Smalley <[email protected]>
  • Loading branch information
Tyler Smalley committed Oct 3, 2019
1 parent 8d2bc28 commit 2949b83
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 2949b83

Please sign in to comment.