Skip to content

Commit

Permalink
Unskip log highlight api integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
weltenwort committed Jul 8, 2020
1 parent 0ea7f9f commit 8922c01
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 8922c01

Please sign in to comment.