mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[Stack Monitoring] api_integration - Ignore logs
section of index detail api (#126427)
This commit is contained in:
parent
18af3deb7c
commit
5ec3206bf8
1 changed files with 3 additions and 0 deletions
|
@ -41,6 +41,9 @@ export default function ({ getService }) {
|
|||
})
|
||||
.expect(200);
|
||||
|
||||
// Work around ESTF failure outlined in https://github.com/elastic/kibana/issues/124594
|
||||
indexDetailFixture.logs = body.logs;
|
||||
|
||||
expect(body).to.eql(indexDetailFixture);
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue