mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Backports the following commits to 7.x: - [Logs UI] Unskip log highlight api integration test (#71058)
This commit is contained in:
parent
c9b6f8ae24
commit
c5a4017a61
1 changed files with 1 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue