Skip to content

Commit

Permalink
[7.x] [Logs UI] Unskip log highlight api integration test (#71058) (#…
Browse files Browse the repository at this point in the history
…71442)

Backports the following commits to 7.x:
 - [Logs UI] Unskip log highlight api integration test (#71058)
  • Loading branch information
weltenwort authored Jul 13, 2020
1 parent c9b6f8a commit c5a4017
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,7 @@ export default function ({ getService }: FtrProviderContext) {
});
});

// Skipped since it behaves differently in master and in the 7.X branch
// See https://github.com/elastic/kibana/issues/49959
it.skip('highlights field columns', async () => {
it('highlights field columns', async () => {
const { body } = await supertest
.post(LOG_ENTRIES_HIGHLIGHTS_PATH)
.set(COMMON_HEADERS)
Expand Down

0 comments on commit c5a4017

Please sign in to comment.