[Stack Monitoring] api_integration - Ignore logs section of index detail api (#126427) (#126436)

(cherry picked from commit 5ec3206bf8)

Co-authored-by: Mat Schaffer <mat@elastic.co>
This commit is contained in:
Kibana Machine 2022-02-28 06:38:17 -05:00 committed by GitHub
parent ab4f4329af
commit 7640b5dbef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);
});