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

This commit is contained in:
Mat Schaffer 2022-02-28 19:07:03 +09:00 committed by GitHub
parent 18af3deb7c
commit 5ec3206bf8
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);
});