mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Revert "[Stack Monitoring] api_integration - Ignore logs
section of index detail api" (#126559)
This commit is contained in:
parent
405ef9ed15
commit
aafb7be138
1 changed files with 0 additions and 3 deletions
|
@ -41,9 +41,6 @@ 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