Skip to content

Commit

Permalink
[Logs UI] Unskip log highlight api integration test (#71058)
Browse files Browse the repository at this point in the history
This unskips one log highlighting API test, which was skipped due to changes in the Elasticsearch highlighting behavior.
  • Loading branch information
weltenwort committed Jul 13, 2020
1 parent 0f9c80d commit ba195ba
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 ba195ba

Please sign in to comment.